[evolution-data-server/gnome-3-2] Bug #665253 - "New folder" dialog does not show IMAP accounts



commit 0e421dfb0d9fd1e36a28d8bb47c0ae46ca4925f5
Author: Milan Crha <mcrha redhat com>
Date:   Fri Dec 16 09:15:03 2011 +0100

    Bug #665253 - "New folder" dialog does not show IMAP accounts

 camel/providers/imap/camel-imap-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index c46e575..b5ddf93 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -1226,7 +1226,7 @@ imap_store_initable_init (GInitable *initable,
 		CAMEL_STORE (service)->flags &= ~CAMEL_STORE_VJUNK;
 		CAMEL_STORE (service)->flags |= CAMEL_STORE_REAL_JUNK_FOLDER;
 	} else {
-		CAMEL_STORE (service)->flags &= CAMEL_STORE_REAL_JUNK_FOLDER;
+		CAMEL_STORE (service)->flags &= ~CAMEL_STORE_REAL_JUNK_FOLDER;
 		CAMEL_STORE (service)->flags |= CAMEL_STORE_VJUNK;
 	}
 



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