X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-new.rst;h=27676a196994919f92bc831e4d5fb45d1b3aa4cb;hp=71df31d77dd64d0e6c5402f34e8b255127a611a2;hb=29648a137c5807135ab168917b4a51d5e19e51c2;hpb=6a9626a2fdddf6115bcf97982fd10053bf48e942 diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 71df31d7..27676a19 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -46,16 +46,17 @@ Supported options for **new** include ``--decrypt=(true|auto|false)`` If ``true``, when encountering an encrypted message, try to - decrypt it while indexing. If decryption is successful, index - the cleartext itself. If ``auto``, try to use any session key - already known to belong to this message, but do not attempt to - use the user's secret keys. - - Be aware that the index is likely - sufficient to reconstruct the cleartext of the message itself, - so please ensure that the notmuch message index is adequately - protected. DO NOT USE ``--decrypt=true`` without - considering the security of your index. + decrypt it while indexing, and store any discovered session + keys. If ``auto``, try to use any session key already known + to belong to this message, but do not attempt to use the + user's secret keys. If decryption is successful, index the + cleartext of the message. + + Be aware that the index is likely sufficient (and the session + key is certainly sufficient) to reconstruct the cleartext of + the message itself, so please ensure that the notmuch message + index is adequately protected. DO NOT USE ``--decrypt=true`` + without considering the security of your index. See also ``index.decrypt`` in **notmuch-config(1)**.