]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
CLI/reply: convert to new config framework
[notmuch] / notmuch.c
index 82d6868118ea75a8d9a74f2b2c0336a868d0ba98..95cd4ae5d56ea1735211f9772a405c8df4ffa4be 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -155,7 +155,7 @@ static command_t commands[] = {
       "Show all messages matching the search terms." },
     { "count", notmuch_count_command, NOTMUCH_COMMAND_DATABASE_EARLY,
       "Count messages matching the search terms." },
-    { "reply", notmuch_reply_command, NOTMUCH_COMMAND_CONFIG_OPEN,
+    { "reply", notmuch_reply_command, NOTMUCH_COMMAND_DATABASE_EARLY,
       "Construct a reply template for a set of messages." },
     { "tag", notmuch_tag_command, NOTMUCH_COMMAND_CONFIG_OPEN,
       "Add/remove tags for all messages matching the search terms." },