[evolution-exchange] Remove camel_folder_has_search_capability()



commit 9c2c0de9383ae7f7a6cef9080222129c4abc440d
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 18 08:59:39 2012 +0200

    Remove camel_folder_has_search_capability()

 camel/camel-exchange-folder.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/camel/camel-exchange-folder.c b/camel/camel-exchange-folder.c
index 232bca8..66c22a8 100644
--- a/camel/camel-exchange-folder.c
+++ b/camel/camel-exchange-folder.c
@@ -798,9 +798,7 @@ camel_exchange_folder_init (CamelExchangeFolder *exchange_folder)
 {
 	CamelFolder *folder = CAMEL_FOLDER (exchange_folder);
 
-	folder->folder_flags =
-		CAMEL_FOLDER_HAS_SUMMARY_CAPABILITY |
-		CAMEL_FOLDER_HAS_SEARCH_CAPABILITY;
+	folder->folder_flags = CAMEL_FOLDER_HAS_SUMMARY_CAPABILITY;
 	folder->permanent_flags =
 		CAMEL_EXCHANGE_SERVER_FLAGS | CAMEL_MESSAGE_FLAGGED |
 		CAMEL_MESSAGE_JUNK | CAMEL_MESSAGE_USER;



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