diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-28 05:45:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-28 05:45:22 +0800 |
commit | 9945af011ee1e272440e0f61b74b910d0bd92045 (patch) | |
tree | b74e35d6a28eaadb27fbe8331927c418701ed9c4 /camel/ChangeLog | |
parent | 545045a58e8b9440261945afd86d10c7956d231e (diff) | |
download | gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar.gz gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar.bz2 gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar.lz gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar.xz gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.tar.zst gsoc2013-evolution-9945af011ee1e272440e0f61b74b910d0bd92045.zip |
Now takes a third argument to specify whether or not to group messages by
2002-08-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-thread.c (camel_folder_thread_messages_new): Now
takes a third argument to specify whether or not to group messages
by subject when threading. It seems some people don't want this
feature (see bug #22791 for details).
(thread_summary): If thread_by_subject is enabled, group
un-threaded messages by subject otherwise don't bother.
svn path=/trunk/; revision=17880
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e466cc9d58..f1c3f6cc72 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-08-27 Jeffrey Stedfast <fejj@ximian.com> + + * camel-folder-thread.c (camel_folder_thread_messages_new): Now + takes a third argument to specify whether or not to group messages + by subject when threading. It seems some people don't want this + feature (see bug #22791 for details). + (thread_summary): If thread_by_subject is enabled, group + un-threaded messages by subject otherwise don't bother. + 2002-08-26 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-command.c |