aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-23 04:23:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-23 04:23:16 +0800
commit808e179d48cc2f3f7400b5007949064b147db7e4 (patch)
treeedc6cf1f12781bbfbc6c6d92adad4dea63bec6b1 /camel/ChangeLog
parentd05a75a2b84c23d1f94233c14a632898663f28d1 (diff)
downloadgsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.gz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.bz2
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.lz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.xz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.zst
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.zip
If current_folder is not NULL and the summary for that folder is dirty,
2002-08-22 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (imap_noop): If current_folder is not NULL and the summary for that folder is dirty, sync the flags rather than sending a NOOP. svn path=/trunk/; revision=17842
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 224b3e2dc6..20bdd64d8e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2002-08-22 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-store.c (imap_noop): If current_folder
+ is not NULL and the summary for that folder is dirty, sync the
+ flags rather than sending a NOOP.
+
* providers/imap/camel-imap-utils.c (imap_parse_list_response):
Workaround for Courier imap's brokeness when LSUBing the INBOX
folder when it isn't subscribed to. Fixes bug #28929.