diff options
| author | David Bremner <david@tethera.net> | 2018-04-29 20:19:43 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-22 09:31:33 -0700 |
| commit | 8a1eeecdfe83a5ca0a923e5d1e31bff076e406ce (patch) | |
| tree | ca5c59c8f4cf86211c632e09ec1e8a0626217f5c | |
| parent | 84b29637261adc3c647e078ad320258b371bd36b (diff) | |
doc: document notmuch new --full-scan
| -rw-r--r-- | doc/man1/notmuch-new.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index 16af5492..5eeb4926 100644 --- a/doc/man1/notmuch-new.rst +++ b/doc/man1/notmuch-new.rst @@ -59,6 +59,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 =========== |
