diff options
| author | David Bremner <david@tethera.net> | 2022-05-29 15:22:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-06-13 07:18:26 -0300 |
| commit | 82957c963296bb9d2147ce5374b940463facd9ec (patch) | |
| tree | 8cc52e3156593356d22da30187cfb6718b31d8e8 | |
| parent | 52470ddfbfaeac8e5530e32d45bd6259d4326517 (diff) | |
CLI: mention sexp-queries in help topics, alphabetize
There does not seem to be an easy way to automate maintaining this
list, but new topics are not added very often.
| -rw-r--r-- | notmuch.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -211,12 +211,14 @@ typedef struct help_topic { } help_topic_t; static const help_topic_t help_topics[] = { - { "search-terms", - "Common search term syntax." }, { "hooks", "Hooks that will be run before or after certain commands." }, { "properties", "Message property conventions and documentation." }, + { "search-terms", + "Common infix search term syntax." }, + { "sexp-queries", + "Common s-expression search term syntax." }, }; static const command_t * |
