aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-09-23 09:05:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-09-23 09:05:16 +0800
commita2d243e391c4e3ecb485bca2238a91812ad8ab07 (patch)
tree8d815b538759ddb53e14455a40711c3d2bd744b8 /mail/mail-ops.c
parent98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd (diff)
downloadgsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar
gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.gz
gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.bz2
gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.lz
gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.xz
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.c2
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? */