aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-02-16 03:16:19 +0800
committerDan Winship <danw@src.gnome.org>2001-02-16 03:16:19 +0800
commitcb66ad3fe4a2297ea211adfe012dbdf3f875090b (patch)
treed49ad152890d817359bf312fbaf3a62e6ce5f493 /camel/ChangeLog
parent3bd759d67e8a3c2d95d7d15385b78dfe5fcdb04b (diff)
downloadgsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar.gz
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar.bz2
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar.lz
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar.xz
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.tar.zst
gsoc2013-evolution-cb66ad3fe4a2297ea211adfe012dbdf3f875090b.zip
Deal with out-of-order References headers so they don't cause messages to
* camel-folder-thread.c (container_parent_child): Deal with out-of-order References headers so they don't cause messages to disappear in threaded view. svn path=/trunk/; revision=8245
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e304f2b413..72f1101207 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-02-15 Dan Winship <danw@ximian.com>
+ * camel-folder-thread.c (container_parent_child): Deal with
+ out-of-order References headers so they don't cause messages to
+ disappear in threaded view.
+
* providers/imap/camel-imap-folder.c (fetch_medium): IMAP4
(pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead
in that case.