X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-restore.c;fp=notmuch-restore.c;h=dd2507f310e757093e628a7ae3551c54d7818dce;hp=cf26a423705fad8aee399e070416fbfb6c28425e;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1 diff --git a/notmuch-restore.c b/notmuch-restore.c index cf26a423..dd2507f3 100644 --- a/notmuch-restore.c +++ b/notmuch-restore.c @@ -139,7 +139,7 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[]) int opt_index; int input_format = DUMP_FORMAT_AUTO; - config = notmuch_config_open (ctx, NULL, NULL); + config = notmuch_config_open (ctx, NULL, FALSE); if (config == NULL) return 1;