GNOME Bugzilla – Bug 201129
folder tree indication of important messages
Last modified: 2012-01-29 19:36:51 UTC
It might be nice to have the folder tree indicate which folders contain important messages. Unfortunately, this is not possible to do quickly on IMAP...
we could make the folder bold to a different color, perhaps red? this is, of course, after we figure out how to do the technical side of things ;-)
I'll just be pedantic and note that using color to convey information is bad GUI design, since it can be a problem for people who are color-blind. Maybe an exlamation point ("Inbox!") or asterisks ("*Inbox*") could be used instead of/in addition to the color-based cue.
Well the folder tree gives an icon to each folder, so how about an icon of an envelope with an exclamation (a red one!) on it for folders with important messages. Inoring technical concerns :-)
ooh, I like this idea...
I think we need to expand CamelFolderInfo, probably in a subclassable way as CamelMessageInfo is, and probably even have refcounts and stuff too. And be able to save them/restore them from disk. IMAP can then use it as a cache for when you ask for folderinfo, particulrly if you get a 'UnMarked' response, as I think some servers expect that you know the total/unread counts at that point. And if we do that, we can cache the other stuff like totals, count of important messages easily.
*** Bug 239182 has been marked as a duplicate of this bug. ***
I'm against this, plus users could use vfolders (Search folders) to have an overview of important messages. Unread is more important. Proposing WONTFIX.
Never seen this bug before but I agree with Andre. The information conveyed in the folder tree is dense enough as it is. Use search folders for this.