]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-reply.c
index 22c58ff36776f87ade88dcf8ead0b5d2a97076a9..9da42b933c10ccfb9ceba8750901a6749e8d5f47 100644 (file)
@@ -762,7 +762,7 @@ notmuch_reply_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;