X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=5ae5d7de1ab804d82ff09e8a6fef3cdbe46d58b8;hp=cbfc2d1cb6efb28a4202c5053fd6d22d0ad58b69;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1 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;