aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-06-11 13:33:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-11 13:33:51 +0800
commit3c86a0c57cab32e0042cc58c347b2843274b9a03 (patch)
tree676c0cec39af0b57ccd2091274f7a1939a7ab997 /camel/ChangeLog
parentf1d2d8caa47470d301eef390b403e94600e444ba (diff)
downloadgsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar.gz
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar.bz2
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar.lz
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar.xz
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.tar.zst
gsoc2013-evolution-3c86a0c57cab32e0042cc58c347b2843274b9a03.zip
Don't bother scanning summary info if EXISTS was 0.
2004-06-11 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-summary.c (camel_imap4_summary_flush_updates): Don't bother scanning summary info if EXISTS was 0. (camel_imap4_summary_set_uidvalidity): Emit the folder_changed event after clearing the summary. (camel_imap4_summary_expunge): Emit the folder_changed event after removing the message from the summary. * providers/imap4/camel-imap4-folder.c (imap4_sync): Flush updates after an EXPUNGE and don't unset expunge if we didn't delete anything (the logic was wrong anyway). (imap4_refresh_info): Implemented. svn path=/trunk/; revision=26300
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index aa7105c445..7cdfb1ff06 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,18 @@
+2004-06-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap4/camel-imap4-summary.c
+ (camel_imap4_summary_flush_updates): Don't bother scanning summary
+ info if EXISTS was 0.
+ (camel_imap4_summary_set_uidvalidity): Emit the folder_changed
+ event after clearing the summary.
+ (camel_imap4_summary_expunge): Emit the folder_changed event after
+ removing the message from the summary.
+
+ * providers/imap4/camel-imap4-folder.c (imap4_sync): Flush updates
+ after an EXPUNGE and don't unset expunge if we didn't delete
+ anything (the logic was wrong anyway).
+ (imap4_refresh_info): Implemented.
+
2004-06-10 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-engine.c