diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-27 05:38:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-27 05:38:39 +0800 |
commit | fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046 (patch) | |
tree | 01ba5fa6ab9c90a190d90675246897c4849b7539 /camel/ChangeLog | |
parent | b0b0cfe95d56e568815fc63a91b0c366855b5dc9 (diff) | |
download | gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar.gz gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar.bz2 gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar.lz gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar.xz gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.tar.zst gsoc2013-evolution-fe8e875972c8cf22a2fa884e25bc1f5bb4ef6046.zip |
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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <fejj@ximian.com> * camel-mime-utils.c: Made thread-safe and moved to above the test |