X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-new.rst;h=20a1103b3363a85e78d9ec07845ad4ca068eb81d;hb=018ad3703ba46ea603854f51f8ff5ae86183cca0;hp=16af5492ba2f6f3c6223ebd3de24c764f4cf97cd;hpb=5d510221d17862a252955d98046508bebcd14573;p=notmuch diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 16af5492..20a1103b 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -43,6 +43,10 @@ Supported options for **new** include ``--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. @@ -59,6 +63,11 @@ Supported options for **new** include 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 ===========