]> git.notmuchmail.org Git - notmuch/blobdiff - test/random-corpus.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / test / random-corpus.c
index 8b7748ef28010535104225f33350b3927df32134..790193d2ee3eed2f5b7edbb4b4e7f3637f6f23d4 100644 (file)
@@ -160,7 +160,7 @@ main (int argc, char **argv)
        exit (1);
     }
 
-    config = notmuch_config_open (ctx, config_path, NULL);
+    config = notmuch_config_open (ctx, config_path, FALSE);
     if (config == NULL)
        return 1;