summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-02-18 09:08:48 -0400
committerDavid Bremner <david@tethera.net>2019-05-25 07:21:21 -0300
commit9dedb23b47961047d75ef08210481018042d0baf (patch)
tree9ae9b9ffd38049d6a5c47849b894ea1e831e3d94 /doc/man1
parentadb53b073791f710b93a8fc755b6b7b606bf7fd1 (diff)
doc: document user header indexing.
It's a bit odd that the primary documentation is in notmuch-config, but it is consistent with the "query:" prefix.
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-config.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 89909808..28487079 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -195,6 +195,15 @@ The available configuration items are described below.
Default: ``auto``.
+**index.header.<prefix>** **[STORED IN DATABASE]**
+ Define the query prefix <prefix>, based on a mail header. For
+ example ``index.header.List=List-Id`` will add a probabilistic
+ prefix ``List:`` that searches the ``List-Id`` field. User
+ defined prefixes must not start with 'a'...'z'; in particular
+ adding a prefix with same name as a predefined prefix is not
+ supported. See **notmuch-search-terms(7)** for a list of existing
+ prefixes, and an explanation of probabilistic prefixes.
+
**built_with.<name>**
Compile time feature <name>. Current possibilities include
"compact" (see **notmuch-compact(1)**) and "field_processor" (see