X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;fp=notmuch.c;h=40527893c891663357e626e6d0529a24779cda3f;hp=e06490487abd38ea642a6f687d756278125dc5d7;hb=acc6331baa41a8aa7025924c823251d8f8c3384f;hpb=d071828bd5f8aee0437aeb4993ffeeaa803c367b diff --git a/notmuch.c b/notmuch.c index e0649048..40527893 100644 --- a/notmuch.c +++ b/notmuch.c @@ -153,7 +153,7 @@ static command_t commands[] = { "Get addresses from messages matching the given search terms." }, { "show", notmuch_show_command, NOTMUCH_COMMAND_CONFIG_OPEN, "Show all messages matching the search terms." }, - { "count", notmuch_count_command, NOTMUCH_COMMAND_CONFIG_OPEN, + { "count", notmuch_count_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Count messages matching the search terms." }, { "reply", notmuch_reply_command, NOTMUCH_COMMAND_CONFIG_OPEN, "Construct a reply template for a set of messages." },