]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-show.c
index cbfc2d1cb6efb28a4202c5053fd6d22d0ad58b69..5ae5d7de1ab804d82ff09e8a6fef3cdbe46d58b8 100644 (file)
@@ -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;