]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-restore.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-restore.c
index cf26a423705fad8aee399e070416fbfb6c28425e..dd2507f310e757093e628a7ae3551c54d7818dce 100644 (file)
@@ -139,7 +139,7 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
     int opt_index;
     int input_format = DUMP_FORMAT_AUTO;
 
-    config = notmuch_config_open (ctx, NULL, NULL);
+    config = notmuch_config_open (ctx, NULL, FALSE);
     if (config == NULL)
        return 1;