dovecot-2.0: mail_thread_init(): Don't assert-crash when checkin...
dovecot at dovecot.org
dovecot at dovecot.org
Sun May 17 22:44:05 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/58c240b45d24
changeset: 9304:58c240b45d24
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 84f3d92ea9e8 -r 58c240b45d24 src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c Sun May 17 14:42:13 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