diff options
| author | David Bremner <david@tethera.net> | 2016-03-22 07:54:52 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-05-25 07:40:44 -0300 |
| commit | 2d2a13966c74ffe86fc10abfbe1ac4c9798788ce (patch) | |
| tree | 94666c873f8ad22877f6d5e9b0e53f5cff8225a4 /doc | |
| parent | c6fcc555dde2a50ac779d5871720a4f074322457 (diff) | |
CLI: add notmuch-config support for named queries
Most of the infrastructure here is general, only the validation/dispatch
is hardcoded to a particular prefix.
A notable change in behaviour is that notmuch-config now opens the
database e.g. on every call to list, which fails with an error message
if the database doesn't exit yet.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 26a8eb14..5a517ebd 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -138,6 +138,12 @@ The available configuration items are described below. "compact" (see **notmuch-compact(1)**) and "field_processor" (see **notmuch-search-terms(7)**). + **query.<name>** + + Expansion for named query called <name>. See + **notmuch-search-terms(7)** for more information about named + queries. + ENVIRONMENT =========== |
