aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-29 09:49:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-29 09:49:06 +0800
commitda2fff47da91473e5299e311b7ec698463823f1f (patch)
tree60cc88608cc599d867ade4cb6dbd690f85109d1c /camel/ChangeLog
parentdca8b620c8b20654cc47cff442aa7f2c4d61257a (diff)
downloadgsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar.gz
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar.bz2
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar.lz
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar.xz
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.tar.zst
gsoc2013-evolution-da2fff47da91473e5299e311b7ec698463823f1f.zip
Make sure the third word/token (whatever) is "EXPUNGE" and not something
2000-07-28 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_expunge): Make sure the third word/token (whatever) is "EXPUNGE" and not something else like "EXISTS" or "RECENT". When removing the message from the summary also make sure to free that data to avoid leakage. Also make sure to subtract 1 from the 'id' since IMAP starts at 1 and our summary starts at 0 :-) svn path=/trunk/; revision=4411
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 387d9f5474..bad736e339 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2000-07-28 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_expunge): Make sure
+ the third word/token (whatever) is "EXPUNGE" and not something
+ else like "EXISTS" or "RECENT". When removing the message from
+ the summary also make sure to free that data to avoid leakage.
+ Also make sure to subtract 1 from the 'id' since IMAP starts
+ at 1 and our summary starts at 0 :-)
+
+2000-07-28 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/imap/camel-imap-store.c (camel_imap_status): Cleaned
up a bit, now uses imap_next_word()
(camel_imap_command_extended): Now uses imap_next_word(). When