[evolution-data-server] Bug 634593 - Maildir hang when create new folders



commit fd46e57709cb311b1ad2ace8e05254dd09ff52c9
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Thu Nov 11 20:06:43 2010 +0530

    Bug 634593 - Maildir hang when create new folders

 camel/providers/local/camel-maildir-store.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c
index 8ab889e..dccc2e5 100644
--- a/camel/providers/local/camel-maildir-store.c
+++ b/camel/providers/local/camel-maildir-store.c
@@ -351,12 +351,6 @@ fill_fi (CamelStore *store,
 	CamelFolder *folder;
 
 	folder = camel_object_bag_peek (store->folders, fi->full_name);
-
-	if (folder == NULL
-	    && (flags & CAMEL_STORE_FOLDER_INFO_FAST) == 0)
-		folder = camel_store_get_folder_sync (
-			store, fi->full_name, 0, cancellable, NULL);
-
 	if (folder) {
 		if ((flags & CAMEL_STORE_FOLDER_INFO_FAST) == 0)
 			camel_folder_refresh_info_sync (folder, cancellable, NULL);



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