X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-new.c;h=491541801f5fc5bab63180474c09398a01bf7361;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hp=feb9c32fda52e6b9d6d5490320e86f5a107b03ac;hpb=11365abb90b63af785f5b8ad73e0cbcefc567dce;p=notmuch diff --git a/notmuch-new.c b/notmuch-new.c index feb9c32f..49154180 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -875,7 +875,7 @@ notmuch_new_command (void *ctx, int argc, char *argv[]) return 1; } - config = notmuch_config_open (ctx, NULL, NULL); + config = notmuch_config_open (ctx, NULL, FALSE); if (config == NULL) return 1;