[evolution-data-server] Bug #665253 - "New folder" dialog does not show IMAP accounts
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #665253 - "New folder" dialog does not show IMAP accounts
- Date: Fri, 16 Dec 2011 08:14:56 +0000 (UTC)
commit 5277f59efbd05f657fcbc3e110c6f68ad011967d
Author: Milan Crha <mcrha redhat com>
Date: Fri Dec 16 09:14:10 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 add9a99..ce1caa9 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -159,7 +159,7 @@ imap_store_update_store_flags (CamelStore *store)
store->flags &= ~CAMEL_STORE_VJUNK;
store->flags |= CAMEL_STORE_REAL_JUNK_FOLDER;
} else {
- store->flags &= CAMEL_STORE_REAL_JUNK_FOLDER;
+ store->flags &= ~CAMEL_STORE_REAL_JUNK_FOLDER;
store->flags |= CAMEL_STORE_VJUNK;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]