aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-09-27 13:34:05 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-09-27 13:34:05 +0800
commit636a54437376dcf8b8ad0665fbf82b18cbf02e57 (patch)
tree2022fb7d1c09064bf5e4a13c2b6c373b2f0d6ef7 /camel/ChangeLog
parent1dcca79ec4ade696bb31dd9d3914a92ab3fd0cef (diff)
downloadgsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar.gz
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar.bz2
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar.lz
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar.xz
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.tar.zst
gsoc2013-evolution-636a54437376dcf8b8ad0665fbf82b18cbf02e57.zip
Use the summary's last uid as the one to fetch from, ignoring the cache.
2002-09-27 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (imap_update_summary): Use the summary's last uid as the one to fetch from, ignoring the cache. Use strotul instead of atoi as well. * providers/imap/camel-imap-store.c (get_folder_counts): If we have the folder open, and the unread count has changed, refresh it. Should fix #30399 enough. Also in non-check-all mode, if we have the folder open, use it anyway. svn path=/trunk/; revision=18242
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index db2bf38a88..6771d2328e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2002-09-27 Not Zed <NotZed@Ximian.com>
+
+ * providers/imap/camel-imap-folder.c (imap_update_summary): Use
+ the summary's last uid as the one to fetch from, ignoring the
+ cache. Use strotul instead of atoi as well.
+
+ * providers/imap/camel-imap-store.c (get_folder_counts): If we
+ have the folder open, and the unread count has changed, refresh
+ it. Should fix #30399 enough. Also in non-check-all mode, if we
+ have the folder open, use it anyway.
+
2002-09-26 Not Zed <NotZed@Ximian.com>
* tests/folder/test2.c (main): Treat spool as a local folder, so