X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch.c;h=913fd312c58be76e64472dbac2de93a58d5a9a42;hb=c56dcea7e2da91ada6b6aa737ec115ef4bc91ba6;hp=16504fc599a25a4bf10527051653480540ee32cb;hpb=6c28039ebba0a363320e9b7d194b86b53703015f;p=notmuch diff --git a/notmuch.c b/notmuch.c index 16504fc5..913fd312 100644 --- a/notmuch.c +++ b/notmuch.c @@ -157,7 +157,7 @@ static command_t commands[] = { "Count messages matching the search terms." }, { "reply", notmuch_reply_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Construct a reply template for a set of messages." }, - { "tag", notmuch_tag_command, NOTMUCH_COMMAND_CONFIG_OPEN, + { "tag", notmuch_tag_command, NOTMUCH_COMMAND_DATABASE_EARLY | NOTMUCH_COMMAND_DATABASE_WRITE, "Add/remove tags for all messages matching the search terms." }, { "dump", notmuch_dump_command, NOTMUCH_COMMAND_DATABASE_EARLY | NOTMUCH_COMMAND_DATABASE_WRITE, "Create a plain-text dump of the tags for each message." },