]> git.notmuchmail.org Git - notmuch/commit
cli/reply: use decryption policy "auto" by default.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 8 Dec 2017 06:23:54 +0000 (01:23 -0500)
committerDavid Bremner <david@tethera.net>
Fri, 8 Dec 2017 12:08:46 +0000 (08:08 -0400)
commit6802b333eb356fdeafd97a4e4ed74999d055a852
treef3cf6778668a27006ff63edde8f5e70c6d813cef
parente4890b5bf9e2260b36bcc36ddb77d8e97e2abe7d
cli/reply: use decryption policy "auto" by default.

If the user doesn't specify --decrypt= at all, but a stashed session
key is known to notmuch, when replying to an encrypted message,
notmuch should just go ahead and decrypt.

The user can disable this at the command line with --decrypt=false,
though it's not clear why they would ever want to do that.
completion/notmuch-completion.bash
doc/man1/notmuch-reply.rst
notmuch-reply.c
test/T357-index-decryption.sh