aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-08-07 05:55:09 +0800
committerDan Winship <danw@src.gnome.org>2001-08-07 05:55:09 +0800
commit58e53223b1999d4b2207db0464f02e1cad9d4618 (patch)
tree8239671d19e5a159450ba48ef79b2ac865b616a1 /camel/ChangeLog
parent739376df3bf27a0e95466ffb67f62a9711430716 (diff)
downloadgsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar.gz
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar.bz2
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar.lz
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar.xz
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.tar.zst
gsoc2013-evolution-58e53223b1999d4b2207db0464f02e1cad9d4618.zip
Fix off-by-one error in cleaning up deleted messages at the end of the
* providers/imap/camel-imap-folder.c (imap_rescan): Fix off-by-one error in cleaning up deleted messages at the end of the folder. Fixes bug #5585 and maybe others. svn path=/trunk/; revision=11712
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 05df802ff0..728e0192c1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-08-06 Dan Winship <danw@ximian.com>
+ * providers/imap/camel-imap-folder.c (imap_rescan): Fix off-by-one
+ error in cleaning up deleted messages at the end of the folder.
+ Fixes bug #5585 and maybe others.
+
* providers/imap/camel-imap-store.c (get_folder_info_online): Do a
refresh_info on the selected folder before looking at its unread
count. Should fix bug #4944.