mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
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.
This commit is contained in:
parent
52470ddfbf
commit
82957c9632
1 changed files with 4 additions and 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 *
|
||||
|
|
Loading…
Reference in a new issue