aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-17 06:17:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-17 06:17:30 +0800
commitcd0dd54c2b09301ceac71e8a0b47347e94c6d873 (patch)
tree3c962bc1a0fffa6012324f77212f45a99698d4c9 /camel/ChangeLog
parent907c848f766e970d003dec3ac4754534ec25c4d4 (diff)
downloadgsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar.gz
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar.bz2
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar.lz
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar.xz
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.tar.zst
gsoc2013-evolution-cd0dd54c2b09301ceac71e8a0b47347e94c6d873.zip
Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like
2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_sync_online): Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like this (and maybe others too?) so what we'll do instead is to send "STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear all the flags (since this is in essence what we want to do anyway). svn path=/trunk/; revision=12131
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 a25a67fffb..71e7942b4f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-folder.c (imap_sync_online): Don't
+ ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like
+ this (and maybe others too?) so what we'll do instead is to send
+ "STORE -FLAGS.SILENT (\Seen \Answered \Deleted \Marked)" to clear
+ all the flags (since this is in essence what we want to do
+ anyway).
+
2001-08-16 Peter Williams <peterw@ximian.com>
* providers/imap/camel-imap-store.c (imap_connect_online): Fix this