dovecot-2.1: Compile fixes.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Nov 23 16:58:22 EET 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/bfcd0bed5a9e
changeset: 13748:bfcd0bed5a9e
user: Timo Sirainen <tss at iki.fi>
date: Wed Nov 23 16:58:10 2011 +0200
description:
Compile fixes.
diffstat:
src/lib-imap-client/imapc-client.h | 2 +-
src/lib-storage/index/imapc/imapc-storage.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 1cdd39d11ce4 -r bfcd0bed5a9e src/lib-imap-client/imapc-client.h
--- a/src/lib-imap-client/imapc-client.h Wed Nov 23 01:00:10 2011 +0200
+++ b/src/lib-imap-client/imapc-client.h Wed Nov 23 16:58:10 2011 +0200
@@ -17,7 +17,7 @@
IMAPC_CAPABILITY_AUTH_PLAIN = 0x20,
IMAPC_CAPABILITY_STARTTLS = 0x40,
- IMAPC_CAPABILITY_IMAP4REV1 = 0x400000000
+ IMAPC_CAPABILITY_IMAP4REV1 = 0x40000000
};
struct imapc_capability_name {
const char *name;
diff -r 1cdd39d11ce4 -r bfcd0bed5a9e src/lib-storage/index/imapc/imapc-storage.c
--- a/src/lib-storage/index/imapc/imapc-storage.c Wed Nov 23 01:00:10 2011 +0200
+++ b/src/lib-storage/index/imapc/imapc-storage.c Wed Nov 23 16:58:10 2011 +0200
@@ -497,7 +497,7 @@
if (mbox->to_idle_check != NULL)
timeout_remove(&mbox->to_idle_check);
imapc_mail_cache_free(&mbox->prev_mail_cache);
- return index_storage_mailbox_close(box);
+ index_storage_mailbox_close(box);
}
static int
More information about the dovecot-cvs
mailing list