aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-16 03:18:12 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-16 03:18:12 +0800
commitac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a (patch)
tree6f9db9f0eb3aa6a7f43be0b0a82fdaef208e3ba9 /camel/ChangeLog
parentf9a7422465a5f6c05d080cdbb8b06932d45ce8df (diff)
downloadgsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar.gz
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar.bz2
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar.lz
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar.xz
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.tar.zst
gsoc2013-evolution-ac9cea6dde28ef3b597d19a4f2b1a06f42b15d8a.zip
>= is not appropriate here because the sequences are 1-based; so seq =
2002-07-15 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-folder.c (imap_rescan): >= is not appropriate here because the sequences are 1-based; so seq = summary_len is valid. Hopefully addresses 15646, because this caused the last message in a folder to be reloaded, replacing its CamelMessageInfo, and the tree view was using the old CamelMessageInfo. svn path=/trunk/; revision=17460
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 18770d4a01..026623a114 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-15 Peter Williams <peterw@ximian.com>
+
+ * providers/imap/camel-imap-folder.c (imap_rescan): >= is not appropriate
+ here because the sequences are 1-based; so seq = summary_len is valid.
+ Hopefully addresses 15646, because this caused the last message in a folder
+ to be reloaded, replacing its CamelMessageInfo, and the tree view was using
+ the old CamelMessageInfo.
+
2002-07-13 Not Zed <NotZed@Ximian.com>
* camel-folder-summary.c