X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=doc%2Fman1%2Fnotmuch-new.rst;h=71df31d77dd64d0e6c5402f34e8b255127a611a2;hb=181d4091c408b8ca014ec245ecdae602942b70ce;hp=1df86f067e1cba8b37499a020ad82b07ad041461;hpb=f845fb2a51f87dfa60388d65ac481ba21556bb78;p=notmuch diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 1df86f06..71df31d7 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -43,11 +43,15 @@ Supported options for **new** include ``--quiet`` Do not print progress or results. - ``--decrypt=(true|false)`` + ``--decrypt=(true|auto|false)`` - If true, when encountering an encrypted message, try to + 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 + 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