summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-12-08 01:23:59 -0500
committerDavid Bremner <david@tethera.net>2017-12-08 08:08:46 -0400
commit076f86025d519522cde5787def6c03fc308e8ebc (patch)
treec70e0281aa8621054870c108c047881cec02fad3 /doc/man1
parentd137170b23f8ccd9f967445e101d6f694df1cad4 (diff)
cli/new, insert, reindex: change index.decrypt to "auto" by default
The new "auto" decryption policy is not only good for "notmuch show" and "notmuch reindex". It's also useful for indexing messages -- there's no good reason to not try to go ahead and index the cleartext of a message that we have a stashed session key for. This change updates the defaults and tunes the test suite to make sure that they have taken effect.
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 4835f897..1a9e08a3 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -154,7 +154,7 @@ The available configuration items are described below.
DO NOT USE ``index.decrypt=true`` without considering the
security of your index.
- Default: ``false``.
+ Default: ``auto``.
**built_with.<name>**