From fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 26 Feb 2001 21:38:39 +0000 Subject: Group messages into sets with the same flags and use the IMAP message set * providers/imap/camel-imap-folder.c (imap_sync): Group messages into sets with the same flags and use the IMAP message set notation rather than doing a separate STORE FLAGS for each one. This cuts the network traffic down to just a handful of commands per sync rather than one per changed message. Removed the progress notification stuff since it's no longer meaningful and should hopefully be unnecessary. (imap_copy_message_to): move the former sync_message function into here, since it's no longer shared with imap_sync. svn path=/trunk/; revision=8396 --- camel/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index fb17283447..0ad8b32e1c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-02-26 Dan Winship + + * providers/imap/camel-imap-folder.c (imap_sync): Group messages + into sets with the same flags and use the IMAP message set + notation rather than doing a separate STORE FLAGS for each one. + This cuts the network traffic down to just a handful of commands + per sync rather than one per changed message. Removed the progress + notification stuff since it's no longer meaningful and should + hopefully be unnecessary. + (imap_copy_message_to): move the former sync_message function + into here, since it's no longer shared with imap_sync. + 2001-02-26 Jeffrey Stedfast * camel-mime-utils.c: Made thread-safe and moved to above the test -- cgit v1.2.3