]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - notmuch-new.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch.git] / notmuch-new.c
index feb9c32fda52e6b9d6d5490320e86f5a107b03ac..491541801f5fc5bab63180474c09398a01bf7361 100644 (file)
@@ -875,7 +875,7 @@ notmuch_new_command (void *ctx, int argc, char *argv[])
        return 1;
     }
 
-    config = notmuch_config_open (ctx, NULL, NULL);
+    config = notmuch_config_open (ctx, NULL, FALSE);
     if (config == NULL)
        return 1;