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

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/60e8f45d71a7
changeset: 10029:60e8f45d71a7
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 6e109ea7b506 -r 60e8f45d71a7 src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Fri Oct 09 20:35:37 2009 -0400
+++ b/src/imap/imap-fetch.c	Fri Oct 09 20:33:27 2009 -0400
@@ -204,7 +204,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