diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-24 11:41:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-24 11:41:24 +0800 |
commit | d487683bb3f82a0905e075f2f689479e0b36727d (patch) | |
tree | 436503876ad7104d31bba36f690558b3ad1746f6 /camel/ChangeLog | |
parent | 7e8effc12c9274a8c2fb8ecdf0a01e261cdedeaa (diff) | |
download | gsoc2013-evolution-d487683bb3f82a0905e075f2f689479e0b36727d.tar.gz gsoc2013-evolution-d487683bb3f82a0905e075f2f689479e0b36727d.tar.zst gsoc2013-evolution-d487683bb3f82a0905e075f2f689479e0b36727d.zip |
Sync before doing an expunge if we dont have uidplus. See #25766.
2002-07-24 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (imap_expunge_uids_online):
Sync before doing an expunge if we dont have uidplus. See #25766.
(imap_expunge_uids_resyncing): Same here.
svn path=/trunk/; revision=17562
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 79ee0a6c6b..754e073700 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-07-24 Not Zed <NotZed@Ximian.com> + * providers/imap/camel-imap-folder.c (imap_expunge_uids_online): + Sync before doing an expunge if we dont have uidplus. See #25766. + (imap_expunge_uids_resyncing): Same here. + * providers/imap/camel-imap-store.c (get_folder_info_online): Duplicated the very much hack in imap_store_refresh_folders() to avoid a deadlock in #27959. A decent fix has to wait for a |