[evolution-groupwise] Remove camel_folder_has_search_capability()



commit 8bf4f98b86168781a707f424c8d19a51494e8802
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 18 09:00:56 2012 +0200

    Remove camel_folder_has_search_capability()

 src/camel/camel-groupwise-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-groupwise-folder.c b/src/camel/camel-groupwise-folder.c
index 8af7752..6c4b95d 100644
--- a/src/camel/camel-groupwise-folder.c
+++ b/src/camel/camel-groupwise-folder.c
@@ -3138,7 +3138,7 @@ camel_groupwise_folder_init (CamelGroupwiseFolder *gw_folder)
 	folder->permanent_flags = CAMEL_MESSAGE_ANSWERED | CAMEL_MESSAGE_DELETED |
 		CAMEL_MESSAGE_DRAFT | CAMEL_MESSAGE_FLAGGED | CAMEL_MESSAGE_SEEN;
 
-	folder->folder_flags = CAMEL_FOLDER_HAS_SUMMARY_CAPABILITY | CAMEL_FOLDER_HAS_SEARCH_CAPABILITY;
+	folder->folder_flags = CAMEL_FOLDER_HAS_SUMMARY_CAPABILITY;
 
 #ifdef ENABLE_THREADS
 	g_static_mutex_init (&gw_folder->priv->search_lock);



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