X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=845a67e22247332cc834f159985b249773d437ea;hp=a3244e0a417e093945113154bf5d213a9eb87633;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1 diff --git a/notmuch-dump.c b/notmuch-dump.c index a3244e0a..845a67e2 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -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;