dovecot-1.2: mail_thread_init(): Don't assert-crash when checkin...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 17 22:43:59 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/e3ee0a4c0b58
changeset: 9033:e3ee0a4c0b58
user:      Timo Sirainen <tss at iki.fi>
date:      Sun May 17 15:42:23 2009 -0400
description:
mail_thread_init(): Don't assert-crash when checking if we can use a cached thread tree.

diffstat:

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

diffs (11 lines):

diff -r 194b80691980 -r e3ee0a4c0b58 src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c	Sun May 17 15:05:39 2009 -0400
+++ b/src/lib-storage/index/index-thread.c	Sun May 17 15:42:23 2009 -0400
@@ -571,6 +571,7 @@ int mail_thread_init(struct mailbox *box
 	else {
 		args = mail_search_build_init();
 		mail_search_build_add_all(args);
+		args->simplified = TRUE;
 	}
 
 	ctx = i_new(struct mail_thread_context, 1);


More information about the dovecot-cvs mailing list