diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index f68e8b9d20..2cf09e8bff 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -2166,7 +2166,7 @@ static void prep_offline_do(struct _mail_msg *mm) if (folder) { if (CAMEL_IS_DISCO_FOLDER(folder)) { camel_disco_folder_prepare_for_offline((CamelDiscoFolder *)folder, - "(match-all (or (not (system-flag \"Seen\")) (system-flag \"Flagged\")))", + "(match-all)", &mm->ex); } /* prepare_for_offline should do this? */ |