GNOME Bugzilla – Bug 62737
Next unread should see non-viewable message
Last modified: 2009-08-15 18:40:50 UTC
I rely on hitting the `Next unread message' button to show me any unread message in a mailbox, and right now it doesn't if the message is in a thread that's collapsed. The following patch replaces the search in the index as a clist with a search in the index as a ctree, and expands thread enough to make the node viewable. The code for `Next flagged message' is identical, so I've made them both wrappers for a `select_next_by_flag' function which does the real work.
Created attachment 5884 [details] [review] Patch against current cvs
Quite nice patch: commited just before balsa-1.2.1 release. Thanks!
Created attachment 5889 [details] [review] Fix an unfortunate lapse in the suggested change
The update has just been commited.
balsa-1.2.2 released, closing the report.