X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=9da42b933c10ccfb9ceba8750901a6749e8d5f47;hp=22c58ff36776f87ade88dcf8ead0b5d2a97076a9;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=f6adf6615c51d878a61b1f37afb4c501ba31e4de diff --git a/notmuch-reply.c b/notmuch-reply.c index 22c58ff3..9da42b93 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -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;