]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-new.rst
Drop deprecated/unused crypto.gpg_path
[notmuch] / doc / man1 / notmuch-new.rst
index 16af5492ba2f6f3c6223ebd3de24c764f4cf97cd..20a1103b3363a85e78d9ec07845ad4ca068eb81d 100644 (file)
@@ -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
 ===========