From 98b0ce35e99ae6d6c0fffc791a98424ee9f40aca Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 4 Sep 2001 20:36:48 +0000 Subject: Too late to sync the folders here... if this is gonna happen at all it 2001-09-04 Jeffrey Stedfast * camel-remote-store.c (remote_disconnect): Too late to sync the folders here... if this is gonna happen at all it should be done in the provider. svn path=/trunk/; revision=12596 --- camel/ChangeLog | 4 ++++ camel/camel-remote-store.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 32489cb47a..b6be181381 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-09-04 Jeffrey Stedfast + * camel-remote-store.c (remote_disconnect): Too late to sync the + folders here... if this is gonna happen at all it should be done + in the provider. + * camel-service.c (camel_service_finalize): Do a clean disconnect. 2001-08-30 Jeffrey Stedfast diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c index dffea34808..0bd78cf45c 100644 --- a/camel/camel-remote-store.c +++ b/camel/camel-remote-store.c @@ -302,10 +302,6 @@ remote_disconnect (CamelService *service, gboolean clean, CamelException *ex) store->timeout_id = 0; } - if (clean) - /* sync all folders */ - g_hash_table_foreach (CAMEL_STORE (store)->folders, sync_remote_folder, ex); - if (!CAMEL_SERVICE_CLASS (store_class)->disconnect (service, clean, ex)) return FALSE; -- cgit v1.2.3