diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-15 10:11:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-15 10:11:16 +0800 |
commit | f909a998949fd49da85a63df07431cb7684fba6d (patch) | |
tree | a8534bc997ffa53960fd5e997af88d0efa15a1ce /camel/ChangeLog | |
parent | 393fa3c3e84b73dc591fa4481bcf2731dc640157 (diff) | |
download | gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar.gz gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar.bz2 gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar.lz gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar.xz gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.tar.zst gsoc2013-evolution-f909a998949fd49da85a63df07431cb7684fba6d.zip |
Only assign a uid if indexing is enabled. This stops us always assigning a
2002-07-13 Not Zed <NotZed@Ximian.com>
* camel-folder-summary.c
(camel_folder_summary_info_new_from_message): Only assign a uid if
indexing is enabled. This stops us always assigning a uid in the
imap folder and disco folder?
* providers/imap/camel-imap-folder.c (imap_update_summary): Also
check the uid is set at all, another bit of a fix for #15667.
2002-07-09 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (imap_update_summary): Check
for existing messages of the same uid before doing anything. If
it exists, do nothing (perhaps it should merge?). A dirty hack for
#15667.
svn path=/trunk/; revision=17450
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c3610f2bef..18770d4a01 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2002-07-13 Not Zed <NotZed@Ximian.com> + + * camel-folder-summary.c + (camel_folder_summary_info_new_from_message): Only assign a uid if + indexing is enabled. This stops us always assigning a uid in the + imap folder and disco folder? + + * providers/imap/camel-imap-folder.c (imap_update_summary): Also + check the uid is set at all, another bit of a fix for #15667. + +2002-07-09 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-folder.c (imap_update_summary): Check + for existing messages of the same uid before doing anything. If + it exists, do nothing (perhaps it should merge?). A dirty hack for + #15667. + 2002-07-12 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt): |