aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-06-12 17:36:45 -0400
committerDavid Bremner <david@tethera.net>2018-06-12 22:31:27 -0300
commitaf1adb3306205bbd28676fbd7aa0363b3b318b50 (patch)
tree296cdf73fad701e1d18d2d80c48642576b8ba0c7
parentdb8602120a7b2629501f78ce9cea087274cd6b2a (diff)
doc: document notmuch show --decrypt=stash
Help users find this new indexed-cleartext workflow.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1bc73b8..9c59d989 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,12 @@ Add the --full-scan option to `notmuch new`
This option disables mtime based optimization of scanning for new mail.
+Add new --decrypt=stash option for `notmuch show`
+
+ This facilitates a workflow for encrypted messages where message
+ cleartext are indexed on first read, but the user's decryption key
+ does not have to be available during message receipt.
+
Documentation
-------------