aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
author4 <NotZed@Ximian.com>2001-09-25 05:27:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-25 05:27:21 +0800
commit8ab52c05d984af14cf5583ebd19883a9d0ec1b98 (patch)
treef4f73b67413fa02de1de49af437fcf977753fd40 /camel/ChangeLog
parente779a925838d3a0786f836e0c572ee704cce5efe (diff)
downloadgsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar.gz
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar.bz2
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar.lz
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar.xz
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.tar.zst
gsoc2013-evolution-8ab52c05d984af14cf5583ebd19883a9d0ec1b98.zip
In the 'lose' case, free messages, not fetch_data twice!
2001-09-24 <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (imap_update_summary): In the 'lose' case, free messages, not fetch_data twice! svn path=/trunk/; revision=13101
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c09a7c62ae..fc02246f57 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2001-09-24 <NotZed@Ximian.com>
+ * providers/imap/camel-imap-folder.c (imap_update_summary): In the
+ 'lose' case, free messages, not fetch_data twice!
+
* camel-filter-search.c (check_header): If the type is encoded,
get the fallback charset from the message content-type.