diff options
author | Not Zed <NotZed@Ximian.com> | 2003-09-23 09:05:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-09-23 09:05:16 +0800 |
commit | a2d243e391c4e3ecb485bca2238a91812ad8ab07 (patch) | |
tree | 8d815b538759ddb53e14455a40711c3d2bd744b8 /mail/mail-ops.c | |
parent | 98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd (diff) | |
download | gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.gz gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.zst gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.zip |
** See bug #32996
2003-09-22 Not Zed <NotZed@Ximian.com>
** See bug #32996
* mail-folder-cache.c (real_flush_updates): don't just pass TRUE
to the 'can work offline' parameter of new shell folder.
** See bug #39410
* mail-ops.c (prep_offline_do): sync all messages, not just
unread or flagged ones.
svn path=/trunk/; revision=22655
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? */ |