X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-new.rst;fp=doc%2Fman1%2Fnotmuch-new.rst;h=bc26aa4806a7e07400708a9f35b8f832009302be;hp=14bc5da4a655b832a3a5bc97a1706f94476df5f2;hb=35456d4b0c89c3fa648fb6a879c5d275e04ff1c2;hpb=92f318abe40c7e0ef449559728b3a6d160bd9325 diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 14bc5da4..bc26aa48 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -43,6 +43,18 @@ Supported options for **new** include ``--quiet`` Do not print progress or results. + ``--try-decrypt=(true|false)`` + + If true, when encountering an encrypted message, try to + decrypt it while indexing. If decryption is successful, index + the cleartext itself. 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 ``--try-decrypt=true`` without + considering the security of your index. + + See also ``index.try_decrypt`` in **notmuch-config(1)**. + EXIT STATUS ===========