dovecot-2.1: imapc: Mailbox reopening fix.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 9 18:56:12 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/2dbc6108f090
changeset: 13626:2dbc6108f090
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 09 19:04:27 2011 +0300
description:
imapc: Mailbox reopening fix.

diffstat:

 src/lib-storage/index/imapc/imapc-storage.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d8ba3f6d1b9d -r 2dbc6108f090 src/lib-storage/index/imapc/imapc-storage.c
--- a/src/lib-storage/index/imapc/imapc-storage.c	Sun Oct 09 19:04:15 2011 +0300
+++ b/src/lib-storage/index/imapc/imapc-storage.c	Sun Oct 09 19:04:27 2011 +0300
@@ -368,6 +368,8 @@
 	/* we're reconnecting and need to reopen the mailbox */
 	mbox->initial_sync_done = FALSE;
 	mbox->selecting = TRUE;
+	mbox->prev_skipped_rseq = 0;
+	mbox->prev_skipped_uid = 0;
 	imapc_msgmap_reset(imapc_client_mailbox_get_msgmap(mbox->client_box));
 
 	cmd = imapc_client_mailbox_cmd(mbox->client_box,


More information about the dovecot-cvs mailing list