X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-new-1.mdwn;h=51d567492a0f742f9ad65589c826f4630c6fee9b;hb=ed52cd4055a160d4264b71aebe9e4276298da29e;hp=3af25ffcbfb06eb0f4378d13e627fc9577870358;hpb=bf4ac2a31d4b8220d28b36de018a4ad516d60baf;p=notmuch-wiki diff --git a/manpages/notmuch-new-1.mdwn b/manpages/notmuch-new-1.mdwn index 3af25ff..51d5674 100644 --- a/manpages/notmuch-new-1.mdwn +++ b/manpages/notmuch-new-1.mdwn @@ -38,16 +38,45 @@ 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. + + --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

-       notmuch(1),  notmuch-config(1), notmuch-count(1), notmuch-dump(1), not‐
+       notmuch(1), notmuch-config(1), notmuch-count(1), notmuch-dump(1),  not‐
        much-hooks(5), notmuch-insert(1), notmuch-reply(1), notmuch-restore(1),
        notmuch-search(1),   notmuch-search-terms(7),   notmuch-show(1),   not‐
        much-tag(1)
@@ -60,7 +89,7 @@
 
 

COPYRIGHT

-       2009-2015, Carl Worth and many others
+       2009-2018, Carl Worth and many others
 
-

0.21

+

0.28