]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
CLI/show: complete conversion to new configuration framework.
[notmuch] / notmuch.c
index 5e56209b69a7d6b599763efb310294beb338c9fa..f2bf9c24a11fe03a5e6b02f62fa650f628d7d8b7 100644 (file)
--- 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." },