]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-dump.c
index a3244e0a417e093945113154bf5d213a9eb87633..845a67e22247332cc834f159985b249773d437ea 100644 (file)
@@ -34,7 +34,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[])
     notmuch_tags_t *tags;
     const char *query_str = "";
 
-    config = notmuch_config_open (ctx, NULL, NULL);
+    config = notmuch_config_open (ctx, NULL, FALSE);
     if (config == NULL)
        return 1;