X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=40527893c891663357e626e6d0529a24779cda3f;hb=acc6331baa41a8aa7025924c823251d8f8c3384f;hp=e06490487abd38ea642a6f687d756278125dc5d7;hpb=fd6f8e6c30e0443d1ead248047ab572120df85e9;p=notmuch 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." },