From: Timo Sirainen Date: Sun, 9 Mar 2003 09:01:01 +0000 (+0200) Subject: FETCH: \Seen flag updating didn't work (eg. FETCH BODY[]). X-Git-Tag: 1.1.alpha1~4817 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c9a21e55bf7f08fc7b02288ec30a00a35b7cd3;p=thirdparty%2Fdovecot%2Fcore.git FETCH: \Seen flag updating didn't work (eg. FETCH BODY[]). --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/index-fetch.c b/src/lib-storage/index/index-fetch.c index 78f0eca529..5b74cf7e79 100644 --- a/src/lib-storage/index/index-fetch.c +++ b/src/lib-storage/index/index-fetch.c @@ -31,7 +31,7 @@ index_storage_fetch_init(struct mailbox *box, ctx = i_new(struct mail_fetch_context, 1); - if (!box->readonly && update_seen != NULL) + if (box->readonly && update_seen != NULL) *update_seen = FALSE; /* need exclusive lock to update the \Seen flags */