[evolution-mapi] Bug #631500 - Recursive call when disabling account in folder tree



commit 5f1aef9f8e0769d5757ca50dae99d1f8ef1ad69e
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 12 16:44:57 2010 +0200

    Bug #631500 - Recursive call when disabling account in folder tree

 src/camel/camel-mapi-store.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/camel/camel-mapi-store.c b/src/camel/camel-mapi-store.c
index b864e5f..b89919f 100644
--- a/src/camel/camel-mapi-store.c
+++ b/src/camel/camel-mapi-store.c
@@ -1693,9 +1693,6 @@ mapi_disconnect_sync (CamelService *service,
 	}
 
 	store->priv->folders_synced = FALSE;
-
-	camel_offline_store_set_online_sync (
-		CAMEL_OFFLINE_STORE (store), FALSE, cancellable, NULL);
 	service->status = CAMEL_SERVICE_DISCONNECTED;
 
 	return TRUE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]