[evolution-data-server] Gah, screwed up the CamelFolderSearchFlags values.



commit 1b5486bf61e3f4137f2637914f62d3f55b06ffbd
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Dec 22 11:50:53 2012 -0500

    Gah, screwed up the CamelFolderSearchFlags values.

 camel/camel-folder-search.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c
index d9bf5d7..11286da 100644
--- a/camel/camel-folder-search.c
+++ b/camel/camel-folder-search.c
@@ -70,8 +70,8 @@ struct _CamelFolderSearchPrivate {
 
 typedef enum {
 	CAMEL_FOLDER_SEARCH_NONE         = 0,
-	CAMEL_FOLDER_SEARCH_ALWAYS_ENTER = 1 << 1,
-	CAMEL_FOLDER_SEARCH_IMMEDIATE    = 1 << 2
+	CAMEL_FOLDER_SEARCH_ALWAYS_ENTER = 1 << 0,
+	CAMEL_FOLDER_SEARCH_IMMEDIATE    = 1 << 1
 } CamelFolderSearchFlags;
 
 static struct {



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