diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-04 18:13:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-04 18:13:02 +0800 |
commit | 8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea (patch) | |
tree | 3c18f987aac4ba55b7ad48e63856205e677b508c /camel/ChangeLog | |
parent | da26534a64a117ab465de1f238db1a67d4ac9ade (diff) | |
download | gsoc2013-evolution-8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea.tar.gz gsoc2013-evolution-8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea.tar.zst gsoc2013-evolution-8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea.zip |
added 'expunge' parameter, easier 'empty trash on exit' call.
2004-02-04 Not Zed <NotZed@Ximian.com>
* camel-store.c (camel_store_sync): added 'expunge' parameter,
easier 'empty trash on exit' call.
2004-02-04 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c
(parse_list_response_as_folder_info): if we can't add the folder
to the summary {i.e. duplicate}, then ignore it. See #53836.
svn path=/trunk/; revision=24606
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 766f33150a..dbe8c038a9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,14 @@ 2004-02-04 Not Zed <NotZed@Ximian.com> + * camel-store.c (camel_store_sync): added 'expunge' parameter, + easier 'empty trash on exit' call. + +2004-02-04 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c + (parse_list_response_as_folder_info): if we can't add the folder + to the summary {i.e. duplicate}, then ignore it. See #53836. + * camel-store.c (camel_store_delete_folder): changed order around, first try to delete and only remove from the object bag if the delete worked. If vjunk/vtrash enabled, don't allow those to be |