aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorTimo Sirainen <tss@iki.fi>2003-07-17 14:31:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-07-17 14:31:35 +0800
commit20d610abe40342e35f36626ff0af45c909bdcd7f (patch)
tree5f1e15516c70bfd12547e47d1df41215a21a6089 /camel/ChangeLog
parent96d8c5e1a3ade337ee1e7dcbe81b2b52d2a90901 (diff)
downloadgsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.gz
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.bz2
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.lz
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.xz
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.zst
gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.zip
** See bug #42573
2003-07-17 Timo Sirainen <tss@iki.fi> ** See bug #42573 * providers/imap/camel-imap-folder.c (do_append): Only free the response after we have finished the literal request, otherwise we could try processing folder updates incorrectly. svn path=/trunk/; revision=21851
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f07d498dab..a51b2ffeee 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-17 Timo Sirainen <tss@iki.fi>
+
+ ** See bug #42573
+
+ * providers/imap/camel-imap-folder.c (do_append): Only free the
+ response after we have finished the literal request, otherwise we
+ could try processing folder updates incorrectly.
+
2003-07-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.h: Add the CamelMimePartEncodingType definition