From 8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 4 Feb 2004 10:13:02 +0000 Subject: added 'expunge' parameter, easier 'empty trash on exit' call. 2004-02-04 Not Zed * camel-store.c (camel_store_sync): added 'expunge' parameter, easier 'empty trash on exit' call. 2004-02-04 Not Zed * 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 --- camel/camel-disco-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-disco-store.c') diff --git a/camel/camel-disco-store.c b/camel/camel-disco-store.c index 7afff575b1..65cbc16194 100644 --- a/camel/camel-disco-store.c +++ b/camel/camel-disco-store.c @@ -298,7 +298,7 @@ set_status (CamelDiscoStore *disco_store, CamelDiscoStoreStatus status, if (disco_store->status == status) return; - camel_store_sync (CAMEL_STORE (disco_store), ex); + camel_store_sync (CAMEL_STORE (disco_store), FALSE, ex); if (camel_exception_is_set (ex)) return; if (!camel_service_disconnect (CAMEL_SERVICE (disco_store), TRUE, ex)) -- cgit v1.2.3