diff options
| author | David Bremner <david@tethera.net> | 2021-08-24 08:17:38 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-04 17:07:19 -0700 |
| commit | 81b9dbd110593d6b1a370efb3576bf39585af2ea (patch) | |
| tree | 0e151cf4e90d75f48bed905ff097a331569efee4 /doc | |
| parent | 6ab2d9b1a2e62b76960df8e80ff2a45d9c6a8551 (diff) | |
CLI/config support saving s-expression queries
This commit does not enable using saved s-expression queries, only
saving and retrieving them from the config file or the database. Use
in queries will be enabled in a following commit.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 07a9eaf0..7d901758 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -251,6 +251,11 @@ paths are presumed relative to `$HOME` for items in section :any:`notmuch-search-terms(7)` for more information about named queries. +**squery.<name>** + Expansion for named query called <name>, using s-expression syntax. See + :any:`notmuch-sexp-queries(7)` for more information about s-expression + queries. + FILES ===== |
