mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #33] [Enhancement] Icon for attachments in message list #31
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (Feb 10, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/33
Originally assigned to: @d99kris on GitHub.
From #8 - a feature request from @Kabouik to indicate whether a message has attachments in the message list.
@d99kris commented on GitHub (Feb 10, 2020):
Development notes:
Supporting this will require changes to how nmail fetches email headers, in particular instead of using only RFC822_HEADER we'd need to fetch BODYSTRUCTURE. Local cache version would need to be bumped and old caches invalidated.
@d99kris commented on GitHub (Jan 12, 2021):
FYI @Kabouik - support for message list indication of attachments has finally been implemented. The indication symbol is configurable, by default it's set to
+.@Kabouik commented on GitHub (Jan 12, 2021):
Awesome, thanks. I must say seeing all those Github notifications about closed issues in my nmail box felt great!
@d99kris commented on GitHub (Jan 12, 2021):
Haha, yeah it's been long overdue for many over the suggestions/requests. 2020 was a busy year, I hope this year will be better. :)