X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;fp=notmuch-tag.c;h=148e856adbe6cda79d7c1487a7c6fd073bdb67af;hp=d9daf8fbe44a39f50ba2464cb6a057cfe372afc1;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1 diff --git a/notmuch-tag.c b/notmuch-tag.c index d9daf8fb..148e856a 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -236,7 +236,7 @@ notmuch_tag_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;