diff options
| author | David Bremner <david@tethera.net> | 2020-12-22 08:13:51 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:11:06 -0400 |
| commit | acc6331baa41a8aa7025924c823251d8f8c3384f (patch) | |
| tree | 5a237e2b900503150931fdd2a2edc9d83e7c03ae /notmuch.c | |
| parent | d071828bd5f8aee0437aeb4993ffeeaa803c367b (diff) | |
CLI/count: switch to new configuration framework
The main effort is changing from the old argv style config list
iterators to the new more opaque ones provided by the library (and
backed by the database+file config cache).
Diffstat (limited to 'notmuch.c')
| -rw-r--r-- | notmuch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ static command_t commands[] = { "Get addresses from messages matching the given search terms." }, { "show", notmuch_show_command, NOTMUCH_COMMAND_CONFIG_OPEN, "Show all messages matching the search terms." }, - { "count", notmuch_count_command, NOTMUCH_COMMAND_CONFIG_OPEN, + { "count", notmuch_count_command, NOTMUCH_COMMAND_DATABASE_EARLY, "Count messages matching the search terms." }, { "reply", notmuch_reply_command, NOTMUCH_COMMAND_CONFIG_OPEN, "Construct a reply template for a set of messages." }, |
