X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-new-1.mdwn;h=e29f2e89e6a8c55ebfa5c7ab38ee04e44af85e11;hb=716bcefd296e3ee39ff65e8ef89e671c9828191d;hp=d6d75f68a8b0a6f71d997c8f3edea6d54c4a6859;hpb=972d44d9cb20af9363eb251fc6e748912ad0ca32;p=notmuch-wiki diff --git a/manpages/notmuch-new-1.mdwn b/manpages/notmuch-new-1.mdwn index d6d75f6..e29f2e8 100644 --- a/manpages/notmuch-new-1.mdwn +++ b/manpages/notmuch-new-1.mdwn @@ -38,11 +38,44 @@ Supported options for new include - --no-hooks - Prevents hooks from being run. + --no-hooks + Prevents hooks from being run. - --quiet - Do not print progress or results. + --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

+
+       This command supports the following special exit status code
+
+       75 (EX_TEMPFAIL)
+              A temporary failure occurred; the user is invited to retry.
 

SEE ALSO

@@ -60,7 +93,7 @@

COPYRIGHT

-       2009-2016, Carl Worth and many others
+       2009-2019, Carl Worth and many others
 
-

0.23

+

0.29