X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=f2bf9c24a11fe03a5e6b02f62fa650f628d7d8b7;hb=6e6c319c260b779e6e91905f8c142ad2b82a41c9;hp=5e56209b69a7d6b599763efb310294beb338c9fa;hpb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;p=notmuch diff --git a/notmuch.c b/notmuch.c index 5e56209b..f2bf9c24 100644 --- a/notmuch.c +++ b/notmuch.c @@ -156,7 +156,7 @@ static command_t commands[] = { "Search for messages matching the given search terms." }, { "address", notmuch_address_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Get addresses from messages matching the given search terms." }, - { "show", notmuch_show_command, NOTMUCH_COMMAND_CONFIG_OPEN, + { "show", notmuch_show_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Show all messages matching the search terms." }, { "count", notmuch_count_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Count messages matching the search terms." },