diff options
author | Milan Crha <mcrha@redhat.com> | 2007-10-26 15:24:57 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-26 15:24:57 +0800 |
commit | ed049190958ff94c9b94637bc44447668a821d85 (patch) | |
tree | 6e6c37caf7556e3f299fc3300adb8eb5b8106442 /mail/ChangeLog | |
parent | 88937e0e64c91cbaee85cc111feb3634b4c84e0c (diff) | |
download | gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.gz gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.zst gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.zip |
** Fix for bug #489027
2007-10-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #489027
* evolution-mail.schemas.in: New hidden option 'thread_latest' to fall
back to thread sorting like before 2007-05-17 (see below).
* message-list.c: (struct _MessageListPrivate),
(message_list_construct): New property 'thread_latest'.
* message-list.c: (ml_tree_sort_value_at): Sort based on this property.
svn path=/trunk/; revision=34426
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b6b9c29526..46f79d43f5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2007-10-26 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #489027 + + * evolution-mail.schemas.in: New hidden option 'thread_latest' to fall + back to thread sorting like before 2007-05-17 (see below). + * message-list.c: (struct _MessageListPrivate), + (message_list_construct): New property 'thread_latest'. + * message-list.c: (ml_tree_sort_value_at): Sort based on this property. + 2007-10-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #467364 by Christian Kintner |