dovecot-1.2: QRESYNC: Fixed fallback handling to fetching expung...

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 10 03:37:35 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/73c4a7d325fe
changeset: 9422:73c4a7d325fe
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 20:33:27 2009 -0400
description:
QRESYNC: Fixed fallback handling to fetching expunged UIDs.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/imap-fetch.c |    2 +-

diffs (12 lines):

diff -r 51329696ecf5 -r 73c4a7d325fe src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Fri Oct 09 20:33:16 2009 -0400
+++ b/src/imap/imap-fetch.c	Fri Oct 09 20:33:27 2009 -0400
@@ -219,7 +219,7 @@ static int get_expunges_fallback(struct 
 			if (next_uid < uid_filter[i].seq2)
 				next_uid++;
 			else if (++i < count)
-				next_uid = uid_filter[++i].seq1;
+				next_uid = uid_filter[i].seq1;
 			else
 				break;
 		} else {


More information about the dovecot-cvs mailing list