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/evolution-mail.schemas.in | |
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/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/display/thread_latest</key> + <applyto>/apps/evolution/mail/display/thread_latest</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether sort threads based on latest message in that thread</short> + <long> + 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. + </long> + </locale> + </schema> + <!-- Message Window --> <schema> |