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 360376 - go to next unread-group should be circular
go to next unread-group should be circular
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal enhancement
: 1.0
Assigned To: Charles Kerr
Pan QA Team
: 348990 385848 405508 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-07 12:41 UTC by Frederic Crozat
Modified: 2007-02-09 03:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implement circular, subscribed-only traversal (6.33 KB, patch)
2007-02-08 17:03 UTC, Charles Kerr
committed Details | Review

Description Frederic Crozat 2006-10-07 12:41:54 UTC
This is a regression, compared to pan 0.14.2.91 :

if you try using "Go to next unread group" while current group is one of your last subscribed groups and unread groups are before this group on subscribed group list, Pan doesn't find any group with unread message. For "Go to Next unread group", group list should be handled as a circular list (with end point being current group).
Comment 1 Charles Kerr 2007-01-02 19:06:31 UTC
*** Bug 385848 has been marked as a duplicate of this bug. ***
Comment 2 Charles Kerr 2007-01-30 16:24:33 UTC
*** Bug 348990 has been marked as a duplicate of this bug. ***
Comment 3 Charles Kerr 2007-02-07 21:46:16 UTC
*** Bug 405508 has been marked as a duplicate of this bug. ***
Comment 4 Charles Kerr 2007-02-08 17:03:25 UTC
Created attachment 82164 [details] [review]
implement circular, subscribed-only traversal

There have been too many requests for this lately, so I guess I'll fix it.