X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-count.c;h=61722edbec2d571205470b1519447e548644eabe;hp=2f9812821ebeb7cf2f18542541beaf9a8e37e4be;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1 diff --git a/notmuch-count.c b/notmuch-count.c index 2f981282..61722edb 100644 --- a/notmuch-count.c +++ b/notmuch-count.c @@ -62,7 +62,7 @@ notmuch_count_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;