aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
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,