dovecot-1.2: Sorting messages was completely broken.

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 13 12:52:57 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/3e1b401dd543
changeset: 8532:3e1b401dd543
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 13 12:52:19 2008 +0200
description:
Sorting messages was completely broken.

diffstat:

1 file changed, 1 insertion(+)
src/lib-storage/index/index-search.c |    1 +

diffs (11 lines):

diff -r f63f26da3845 -r 3e1b401dd543 src/lib-storage/index/index-search.c
--- a/src/lib-storage/index/index-search.c	Sat Dec 13 12:41:46 2008 +0200
+++ b/src/lib-storage/index/index-search.c	Sat Dec 13 12:52:19 2008 +0200
@@ -1219,6 +1219,7 @@ int index_storage_search_next_nonblock(s
 			*tryagain_r = TRUE;
 			return 0;
 		}
+		match = FALSE;
 	}
 	ctx->mail = NULL;
 	ctx->imail = NULL;


More information about the dovecot-cvs mailing list