X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=notmuch-search.c;h=fac6663ff450e2ea509e664f024c59ca970c0991;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hp=0b0a879e7353e9b739180bf3a2cb2d16a9b9bd45;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1;p=notmuch.git diff --git a/notmuch-search.c b/notmuch-search.c index 0b0a879e..fac6663f 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@ -371,7 +371,7 @@ notmuch_search_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;