]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mail_thread_init(): Don't assert-crash when checking if we can use a cached thread...
authorTimo Sirainen <tss@iki.fi>
Sun, 17 May 2009 19:42:23 +0000 (15:42 -0400)
committerTimo Sirainen <tss@iki.fi>
Sun, 17 May 2009 19:42:23 +0000 (15:42 -0400)
--HG--
branch : HEAD

src/lib-storage/index/index-thread.c

index 92a6c3d3e15bc470d39685226870b8ffdb8f82c6..4f4ee0cd8ea978395ece8c78475042b1984e169e 100644 (file)
@@ -571,6 +571,7 @@ int mail_thread_init(struct mailbox *box, struct mail_search_args *args,
        else {
                args = mail_search_build_init();
                mail_search_build_add_all(args);
+               args->simplified = TRUE;
        }
 
        ctx = i_new(struct mail_thread_context, 1);