X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-new.rst;h=1df86f067e1cba8b37499a020ad82b07ad041461;hp=14bc5da4a655b832a3a5bc97a1706f94476df5f2;hb=a1260896f6b2beb82f46c41663f00cb42a4c5ce7;hpb=6499fce3911df2646db67c0f1ff65672324904f0 diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 14bc5da4..1df86f06 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. + ``--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 ``--decrypt=true`` without + considering the security of your index. + + See also ``index.decrypt`` in **notmuch-config(1)**. + EXIT STATUS ===========