diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-04 05:32:52 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-04 05:32:52 +0800 |
commit | 27def927798e072826f1dbd70dcc52fdb2a878c2 (patch) | |
tree | 1d322d0a4eaacdabff6b5523c41444e0a32afe0b /camel/ChangeLog | |
parent | 942539cd7ddae996696d71627687074deeabb8ef (diff) | |
download | gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar.gz gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar.bz2 gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar.lz gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar.xz gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.tar.zst gsoc2013-evolution-27def927798e072826f1dbd70dcc52fdb2a878c2.zip |
If we don't change any flags or expunge, send a NOOP to give the server a
* providers/imap/camel-imap-folder.c (imap_sync): If we don't
change any flags or expunge, send a NOOP to give the server a
chance to send EXISTS, etc, messages.
svn path=/trunk/; revision=9142
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7f17b7aef3..bc15521a81 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-04-03 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_sync): If we don't + change any flags or expunge, send a NOOP to give the server a + chance to send EXISTS, etc, messages. + 2001-04-02 Dan Winship <danw@ximian.com> * camel-service.h: Remove the "quick_login" member, which is |