aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-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 ab4778a9bd..ad7f527b8b 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2931,7 +2931,7 @@ folder_store_supports_vjunk_folder (CamelFolder *folder)
if (!store)
return FALSE;
- return (store->flags & (CAMEL_STORE_VJUNK | CAMEL_STORE_REAL_JUNK_FOLDER)) != 0;
+ return (store->flags & (CAMEL_STORE_VJUNK | CAMEL_STORE_REAL_JUNK_FOLDER)) != 0 || CAMEL_IS_VEE_FOLDER (folder);
}
/* Check if the given node is selectable in the current message list,