[evolution] Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flag



commit 8d37021d29338cdee627dc032696112560416397
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 8 18:24:04 2010 +0200

    Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flag

 mail/message-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/message-list.c b/mail/message-list.c
index 2de21bf..28cffc1 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2864,7 +2864,7 @@ folder_store_supports_vjunk_folder (CamelFolder *folder)
 	if (!store)
 		return FALSE;
 
-	return (store->flags & CAMEL_STORE_VJUNK) != 0;
+	return (store->flags & (CAMEL_STORE_VJUNK | CAMEL_STORE_REAL_JUNK_FOLDER)) != 0;
 }
 
 /* Check if the given node is selectable in the current message list,



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