diff options
author | Timo Sirainen <tss@iki.fi> | 2003-07-17 14:31:35 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-07-17 14:31:35 +0800 |
commit | 20d610abe40342e35f36626ff0af45c909bdcd7f (patch) | |
tree | 5f1e15516c70bfd12547e47d1df41215a21a6089 /camel/ChangeLog | |
parent | 96d8c5e1a3ade337ee1e7dcbe81b2b52d2a90901 (diff) | |
download | gsoc2013-evolution-20d610abe40342e35f36626ff0af45c909bdcd7f.tar.gz 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/ChangeLog | 8 |
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 |