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 342676 - Incorrect message list sorting
Incorrect message list sorting
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-05-23 09:00 UTC by Yanko Kaneti
Modified: 2013-09-13 00:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (4.13 KB, patch)
2006-05-24 04:09 UTC, Srinivasa Ragavan
committed Details | Review

Description Yanko Kaneti 2006-05-23 09:00:28 UTC
fedora rawhide evolution-2.7.2.1-1 srpm
Sorting by "To" or "Subject" doesn't seem to work properly.
Rebuilding with a patch reverting this commit between 2.7.1 and 2.7.2.1 fixes it

2006-04-26  Srinivasa Ragavan  <sragavan@novell.com>

       ** Patch from Victor for adding a Sender header to message list.

       * message-list.c (ml_duplicate_value, ml_free_value),
       (ml_initialize_value, ml_value_is_empty, ml_value_to_string),
       (ml_tree_value_at): Handled the new column header.

       * message-list.etspec: Added a new column header to spec.

       * message-list.h: Added a new column
Comment 1 André Klapper 2006-05-23 11:38:17 UTC
adding srini to cc as he committed this.
Comment 2 Srinivasa Ragavan 2006-05-24 02:53:35 UTC
Confirming it. Ill check into this bug.
Comment 3 Srinivasa Ragavan 2006-05-24 04:09:27 UTC
Created attachment 66107 [details] [review]
Proposed patch
Comment 4 Srinivasa Ragavan 2006-05-24 04:09:52 UTC
Yanko: I guess this patch should fix the issue.
Comment 5 Yanko Kaneti 2006-05-24 07:06:20 UTC
srini: Yes, it does. Thanks.
Comment 6 Srinivasa Ragavan 2006-05-24 14:40:17 UTC
Fixed to HEAD. Thanks for your help Yanko