X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-new.rst;h=20a1103b3363a85e78d9ec07845ad4ca068eb81d;hb=018ad3703ba46ea603854f51f8ff5ae86183cca0;hp=71df31d77dd64d0e6c5402f34e8b255127a611a2;hpb=181d4091c408b8ca014ec245ecdae602942b70ce;p=notmuch diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 71df31d7..20a1103b 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -37,27 +37,36 @@ details on hooks. Supported options for **new** include - ``--no-hooks`` - Prevents hooks from being run. - - ``--quiet`` - Do not print progress or results. - - ``--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. - - See also ``index.decrypt`` in **notmuch-config(1)**. +``--no-hooks`` + Prevents hooks from being run. + +``--quiet`` + Do not print progress or results. + +``--verbose`` + Print file names being processed. Ignored when combined with + ``--quiet``. + +``--decrypt=(true|nostash|auto|false)`` + If ``true``, when encountering an encrypted message, try to + decrypt it while indexing, and stash 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`` or + ``--decrypt=nostash`` without considering the security of your + index. + + See also ``index.decrypt`` in **notmuch-config(1)**. + +``--full-scan`` + By default notmuch-new uses directory modification times (mtimes) + to optimize the scanning of directories for new mail. This option turns + that optimization off. EXIT STATUS ===========