dovecot-2.0: lib-storage: Failures when building thread index we...

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 28 16:03:42 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/067f038ded8b
changeset: 12624:067f038ded8b
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 28 16:03:40 2011 +0200
description:
lib-storage: Failures when building thread index were hidden.

diffstat:

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

diffs (12 lines):

diff -r 2762bb5a7481 -r 067f038ded8b src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c	Fri Feb 25 10:55:34 2011 +0200
+++ b/src/lib-storage/index/index-thread.c	Mon Feb 28 16:03:40 2011 +0200
@@ -568,7 +568,7 @@
 	tbox->ctx = ctx;
 
 	mail_thread_cache_sync_remove(tbox, ctx);
-	ret = mail_thread_index_map_build(ctx) < 0;
+	ret = mail_thread_index_map_build(ctx);
 	if (ret == 0)
 		mail_thread_cache_sync_add(tbox, ctx, search_ctx);
 	if (mailbox_search_deinit(&search_ctx) < 0)


More information about the dovecot-cvs mailing list