aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-15 01:51:34 +0800
committerDan Winship <danw@src.gnome.org>2000-09-15 01:51:34 +0800
commitdc5039bf5f71401879555beb6b61d04c5d809af5 (patch)
treeefc20731c455d4e806e890d49d856fbf2ddbc6c4 /camel/ChangeLog
parent5a5baa256e385b0e24e410663c0eefc92890181a (diff)
downloadgsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar.gz
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar.bz2
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar.lz
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar.xz
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.tar.zst
gsoc2013-evolution-dc5039bf5f71401879555beb6b61d04c5d809af5.zip
Don't look at the response of the command. camel_imap_command_extended()
* providers/imap/camel-imap-folder.c (imap_expunge): Don't look at the response of the command. camel_imap_command_extended() processes EXPUNGE responses itself, so if we do it here too we remove twice as many summary items as we should. svn path=/trunk/; revision=5432
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 92bf1266dd..8b6f109a47 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-09-13 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (imap_expunge): Don't look at
+ the response of the command. camel_imap_command_extended()
+ processes EXPUNGE responses itself, so if we do it here too we
+ remove twice as many summary items as we should.
+
2000-09-13 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (imap_folder_exists): Rewrote