X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/ca3a4fc02287f65c3587908012d36e68df0200b1..e76f6517de020783d828be59f461f1d4f465c4b4:/notmuch-show.c 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;