diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-21 22:27:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-21 22:27:48 +0800 |
commit | d3027e6fa9158b10ef87c3f6433dac5917e0891d (patch) | |
tree | 83d0617ded2b045cd8527e8e224059081eeb94c0 /camel/ChangeLog | |
parent | d0901d2ff2e9858c4f472d08cdbd6f7d4640845f (diff) | |
download | gsoc2013-evolution-d3027e6fa9158b10ef87c3f6433dac5917e0891d.tar.gz gsoc2013-evolution-d3027e6fa9158b10ef87c3f6433dac5917e0891d.tar.zst gsoc2013-evolution-d3027e6fa9158b10ef87c3f6433dac5917e0891d.zip |
Fix the duplicate message check so it doesn't mess up threading when a
* camel-folder-thread.c
(camel_folder_thread_messages_new_summary): Fix the duplicate
message check so it doesn't mess up threading when a reply appears
in the folder before the message it's a reply to. Fixes bug #3357.
(camel_folder_thread_messages_new): Likewise, although I don't
think this function is used any more.
svn path=/trunk/; revision=12341
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 38657f1458..72383e203f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-08-21 Dan Winship <danw@ximian.com> + + * camel-folder-thread.c + (camel_folder_thread_messages_new_summary): Fix the duplicate + message check so it doesn't mess up threading when a reply appears + in the folder before the message it's a reply to. Fixes bug #3357. + (camel_folder_thread_messages_new): Likewise, although I don't + think this function is used any more. + 2001-08-20 JP Rosevear <jpr@ximian.com> * Makefile.am: build a static camel for the addressbook conduit |