X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-show.c;h=5ae5d7de1ab804d82ff09e8a6fef3cdbe46d58b8;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hp=cbfc2d1cb6efb28a4202c5053fd6d22d0ad58b69;hpb=b96ba6326af442edfdad59e5e42ea42892cd3c6b;p=notmuch diff --git a/notmuch-show.c b/notmuch-show.c index cbfc2d1c..5ae5d7de 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -1176,7 +1176,7 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[])) else params.entire_thread = FALSE; - config = notmuch_config_open (ctx, NULL, NULL); + config = notmuch_config_open (ctx, NULL, FALSE); if (config == NULL) return 1;