diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-06 22:30:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-06 22:30:42 +0800 |
commit | 5772c1180d10ac63904b57df5b2b3dc17d605b0d (patch) | |
tree | dc09b9a35fd29eee0ac0730d78e40ee9fcb5ca59 /camel/ChangeLog | |
parent | 3979deef3953f6126c9109acc7d0b17813043e22 (diff) | |
download | gsoc2013-evolution-5772c1180d10ac63904b57df5b2b3dc17d605b0d.tar.gz gsoc2013-evolution-5772c1180d10ac63904b57df5b2b3dc17d605b0d.tar.zst gsoc2013-evolution-5772c1180d10ac63904b57df5b2b3dc17d605b0d.zip |
Don't fetch the UID and FLAGS of messages we don't know about yet, since
* providers/imap/camel-imap-folder.c (imap_rescan): Don't fetch
the UID and FLAGS of messages we don't know about yet, since
they'll just get discarded.
svn path=/trunk/; revision=10132
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 41cfbd6c1f..cf6b62ffda 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-06-05 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_rescan): Don't fetch + the UID and FLAGS of messages we don't know about yet, since + they'll just get discarded. + 2001-06-01 Jeffrey Stedfast <fejj@ximian.com> * tests/smime/pgp.c: Fix to not get into a recursive loop in |