X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;fp=notmuch.c;h=f2bf9c24a11fe03a5e6b02f62fa650f628d7d8b7;hp=5e56209b69a7d6b599763efb310294beb338c9fa;hb=6e6c319c260b779e6e91905f8c142ad2b82a41c9;hpb=a9f74aeeb9ade477d5b80c1c2700945d6c50adb1 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." },