From 8d37021d29338cdee627dc032696112560416397 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 8 Jun 2010 18:24:04 +0200 Subject: Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flag --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/message-list.c b/mail/message-list.c index 2de21bf558..28cffc1352 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, -- cgit v1.2.3