After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 62737 - Next unread should see non-viewable message
Next unread should see non-viewable message
Status: VERIFIED FIXED
Product: balsa
Classification: Other
Component: general
1.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-10-21 09:46 UTC by PeterBloomfield
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against current cvs (4.82 KB, patch)
2001-10-21 09:48 UTC, PeterBloomfield
none Details | Review
Fix an unfortunate lapse in the suggested change (1.29 KB, patch)
2001-10-21 19:34 UTC, PeterBloomfield
none Details | Review

Description PeterBloomfield 2001-10-21 09:46:51 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.
Comment 1 PeterBloomfield 2001-10-21 09:48:41 UTC
Created attachment 5884 [details] [review]
Patch against current cvs
Comment 2 Pawel Salek 2001-10-21 18:04:09 UTC
Quite nice patch: commited just before balsa-1.2.1 release. Thanks!
Comment 3 PeterBloomfield 2001-10-21 19:34:36 UTC
Created attachment 5889 [details] [review]
Fix an unfortunate lapse in the suggested change
Comment 4 Pawel Salek 2001-10-21 21:43:57 UTC
The update has just been commited.
Comment 5 Pawel Salek 2001-11-01 21:53:01 UTC
balsa-1.2.2 released, closing the report.