From ed049190958ff94c9b94637bc44447668a821d85 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 26 Oct 2007 07:24:57 +0000 Subject: ** Fix for bug #489027 2007-10-26 Milan Crha ** 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 --- mail/evolution-mail.schemas.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/evolution-mail.schemas.in') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index ebfc32823d..56e9fcc342 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -602,6 +602,22 @@ + + /schemas/apps/evolution/mail/display/thread_latest + /apps/evolution/mail/display/thread_latest + evolution-mail + bool + true + + Whether sort threads based on latest message in that thread + + This setting specifies whether the threads should be sorted based + on latest message in each thread, rather than by message's date. + Evolution requires a restart. + + + + -- cgit