]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - notmuch-search.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch.git] / notmuch-search.c
index 0b0a879e7353e9b739180bf3a2cb2d16a9b9bd45..fac6663ff450e2ea509e664f024c59ca970c0991 100644 (file)
@@ -371,7 +371,7 @@ notmuch_search_command (void *ctx, int argc, char *argv[])
 
     notmuch_exit_if_unsupported_format ();
 
-    config = notmuch_config_open (ctx, NULL, NULL);
+    config = notmuch_config_open (ctx, NULL, FALSE);
     if (config == NULL)
        return 1;