diff options
| author | David Bremner <david@tethera.net> | 2020-11-07 21:58:32 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:21:23 -0400 |
| commit | 8588719eb1bb14367464214f304b6f93452124c7 (patch) | |
| tree | 178b08ddef568b85dedb9a496cc569c6c2cec26b /notmuch.c | |
| parent | 0ab0b48be2d76c2c9b5581c1b66b21934b2025b7 (diff) | |
CLI/reply: convert to new config framework
This is messier than some of the other conversions because the
extensive use of 'config' as a talloc context.
Diffstat (limited to 'notmuch.c')
| -rw-r--r-- | notmuch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." }, |
