[evolution-ews] Revert patch *Re-add to configuration file calendar, tasks and contacts each time when cache was rem



commit ce9ab05fb80a93f995de3c1009979baea8609eef
Author: Pavel Ocheretny <pocheretny src gnome org>
Date:   Tue Aug 9 13:05:09 2011 +0300

    Revert patch *Re-add to configuration file calendar, tasks and contacts each time when cache was removed*
    we cannot find why ews_esource_utils_remove_groups does not working as expected.

 src/camel/camel-ews-store.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/camel/camel-ews-store.c b/src/camel/camel-ews-store.c
index 9bb1e1f..bdb8b85 100644
--- a/src/camel/camel-ews-store.c
+++ b/src/camel/camel-ews-store.c
@@ -449,10 +449,6 @@ ews_refresh_finfo (CamelSession *session, CamelSessionThreadMsg *msg)
 
 	sync_state = camel_ews_store_summary_get_string_val (ews_store->summary, "sync_state", NULL);
 
-	if (!sync_state) {
-		CamelURL *url = CAMEL_SERVICE (m->store)->url;
-		ews_esource_utils_remove_groups (camel_url_get_param (url, "email"));
-	}
 
 	sync_data = g_new0 (struct _store_sync_data, 1);
 	sync_data->ews_store = ews_store;
@@ -501,11 +497,6 @@ ews_get_folder_info_sync (CamelStore *store, const gchar *top, guint32 flags, EV
 	}
 
 	sync_state = camel_ews_store_summary_get_string_val (ews_store->summary, "sync_state", NULL);
-	if (!sync_state) {
-		CamelURL *url = CAMEL_SERVICE (store)->url;
-		ews_esource_utils_remove_groups (camel_url_get_param (url, "email"));
-		initial_setup = TRUE;
-	}
 
 	folders = camel_ews_store_summary_get_folders (ews_store->summary, NULL);
 	if (!folders)



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