changeset 9033:e3ee0a4c0b58 HEAD

mail_thread_init(): Don't assert-crash when checking if we can use a cached thread tree.
author Timo Sirainen <tss@iki.fi>
date Sun, 17 May 2009 15:42:23 -0400
parents 194b80691980
children b77fbbee8749
files src/lib-storage/index/index-thread.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	else {
 		args = mail_search_build_init();
 		mail_search_build_add_all(args);
+		args->simplified = TRUE;
 	}
 
 	ctx = i_new(struct mail_thread_context, 1);