diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-12 06:50:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-12 06:50:10 +0800 |
commit | a974fb1de3f0d98def12d34baa15b83ad3a48eff (patch) | |
tree | aa9f534477138db8b193b9ed7a7e289afc32b8a8 /camel/ChangeLog | |
parent | ec3f086d9fc1c59044de4c8c99d985b752b44cc6 (diff) | |
download | gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.gz gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.zst gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.zip |
Fix a bug in previous commit: don't check for deleted messages if there
* providers/imap/camel-imap-folder.c (camel_imap_folder_selected):
Fix a bug in previous commit: don't check for deleted messages if
there are no known messages in the folder (because it would end up
sending "FETCH 0 ...").
svn path=/trunk/; revision=7412
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9ce406f2d8..3ceb41d676 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,6 +1,13 @@ 2001-01-11 Dan Winship <danw@ximian.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): + Fix a bug in previous commit: don't check for deleted messages if + there are no known messages in the folder (because it would end up + sending "FETCH 0 ..."). + +2001-01-11 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): New function to check for added/deleted messages when re-selecting a folder. (imap_refresh_info, imap_rescan, imap_update_summary): Various |