diff options
| author | David Bremner <david@tethera.net> | 2022-02-06 09:38:16 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-20 09:33:56 -0400 |
| commit | 75f86b39c33012b54c4ceef4a561a058949f80c6 (patch) | |
| tree | 9ada91a3ec6d3dd59374c4e979a3b1531b9ee202 /doc | |
| parent | 8060022bdf163128261132d63a479744013688c9 (diff) | |
doc: add configuration section to notmuch-insert(1)
This is partially redudant given some existing cross references, but
it is useful to have all of the config keys listed in one place, to
help keep track of them if nothing else.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-insert.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man1/notmuch-insert.rst b/doc/man1/notmuch-insert.rst index da9ca791..8d91d62a 100644 --- a/doc/man1/notmuch-insert.rst +++ b/doc/man1/notmuch-insert.rst @@ -88,6 +88,16 @@ Supported options for **insert** include See also ``index.decrypt`` in :any:`notmuch-config(1)`. +CONFIGURATION +============= + +Indexing is influenced by the configuration options +:ref:`index.decrypt <index.decrypt>` and :ref:`index.header +<index.header>`. Tagging +is controlled by :ref:`new.tags <new.tags>` and +:ref:`maildir.synchronize_flags <maildir.synchronize_flags>`. See +:any:`notmuch-config(1)` for details. + EXIT STATUS =========== |
