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 346069 - Header sort not working as expected
Header sort not working as expected
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-06-28 01:20 UTC by Mike Corbett
Modified: 2006-06-30 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mike Corbett 2006-06-28 01:20:44 UTC
in Pan 0.99, when headers are in the format right-bracket number left-bracket [nnnn] followed by text, the headers are sorted on the text, ignoring the bracketed numbers preceding the text. The following text is usually very similar for many posts, intermingling many posts that would otherwise be grouped byt that leading number.
This behavior is new for the pre-1.0 betas.
This can be reproduced by looking in the alt.binaries.movies.divx group, where using a leading number is common to group posts.
Comment 1 Charles Kerr 2006-06-30 21:15:21 UTC
Fixed in 0.102.

I wish all bug reports were this easy; all that was required
was to change isalpha() to isalnum() in header-pane.cc::do_collate().

:)