aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-12 06:50:10 +0800
committerDan Winship <danw@src.gnome.org>2001-01-12 06:50:10 +0800
commita974fb1de3f0d98def12d34baa15b83ad3a48eff (patch)
treeaa9f534477138db8b193b9ed7a7e289afc32b8a8 /camel/ChangeLog
parentec3f086d9fc1c59044de4c8c99d985b752b44cc6 (diff)
downloadgsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar
gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.gz
gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.bz2
gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.lz
gsoc2013-evolution-a974fb1de3f0d98def12d34baa15b83ad3a48eff.tar.xz
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/ChangeLog7
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