dovecot-2.2: imap: Compile fix due to recent changes
dovecot at dovecot.org
dovecot at dovecot.org
Thu Jun 21 22:56:25 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/64b0c9851781
changeset: 14626:64b0c9851781
user: Timo Sirainen <tss at iki.fi>
date: Thu Jun 21 22:56:15 2012 +0300
description:
imap: Compile fix due to recent changes
diffstat:
src/imap/cmd-fetch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9b9c1d9fc995 -r 64b0c9851781 src/imap/cmd-fetch.c
--- a/src/imap/cmd-fetch.c Thu Jun 21 22:50:10 2012 +0300
+++ b/src/imap/cmd-fetch.c Thu Jun 21 22:56:15 2012 +0300
@@ -144,7 +144,7 @@
static const char *ok_message = "OK Fetch completed.";
const char *tagged_reply = ok_message;
- if (ctx->partial_fetch) {
+ if (ctx->skipped_expunged_msgs) {
tagged_reply = "OK ["IMAP_RESP_CODE_EXPUNGEISSUED"] "
"Some messages were already expunged.";
}
More information about the dovecot-cvs
mailing list