]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-new-1.mdwn
manpages updates for release 0.26
[notmuch-wiki] / manpages / notmuch-new-1.mdwn
index ffe641f7be14863212cb9a10447f918225898b5b..345f510b7ae4ed27aee68178deb1b715a08ffc75 100644 (file)
 
        Supported options for <b>new</b> include
 
-          <b>--no-hooks</b>
-                 Prevents hooks from being run.
-
-          <b>--quiet</b>
-                 Do not print progress or results.
+       <b>--no-hooks</b>
+              Prevents hooks from being run.
+
+       <b>--quiet</b>
+              Do not print progress or results.
+
+       <b>--decrypt=(true|nostash|auto|false)</b>
+              If  <b>true</b>, when encountering an encrypted message, try to decrypt
+              it while indexing, and stash any discovered  session  keys.   If
+              <b>auto</b>, try to use any session key already known to belong to this
+              message, but do not attempt to use the user&apos;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   <b>--decrypt=true</b>   or
+              <b>--decrypt=nostash</b>  without  considering  the  security  of  your
+              index.
+
+              See also <b>index.decrypt</b> in <a href='../notmuch-config-1/'>notmuch-config</a>(1).
 </pre>
 
 <h2>EXIT STATUS</h2>
        This command supports the following special exit status code
 
        <b>75</b> <b>(EX</b>_<b>TEMPFAIL)</b>
-              A temporary failure occured; the user is invited to retry.
+              A temporary failure occurred; the user is invited to retry.
 </pre>
 
 <h2>SEE ALSO</h2>
 <pre>
-       <a href='../notmuch-1/'>notmuch</a>(1),  <a href='../notmuch-config-1/'>notmuch-config</a>(1), <a href='../notmuch-count-1/'>notmuch-count</a>(1), <a href='../notmuch-dump-1/'>notmuch-dump</a>(1), <a href='../notmuch-hooks-5/'>not‐</a>
+       <a href='../notmuch-1/'>notmuch</a>(1), <a href='../notmuch-config-1/'>notmuch-config</a>(1), <a href='../notmuch-count-1/'>notmuch-count</a>(1), <a href='../notmuch-dump-1/'>notmuch-dump</a>(1),  <a href='../notmuch-hooks-5/'>not‐</a>
        <a href='../notmuch-hooks-5/'>much-hooks</a>(5), <a href='../notmuch-insert-1/'>notmuch-insert</a>(1), <a href='../notmuch-reply-1/'>notmuch-reply</a>(1), <a href='../notmuch-restore-1/'>notmuch-restore</a>(1),
        <a href='../notmuch-search-1/'>notmuch-search</a>(1),   <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7),   <a href='../notmuch-show-1/'>notmuch-show</a>(1),   <a href='../notmuch-tag-1/'>not‐</a>
        <a href='../notmuch-tag-1/'>much-tag</a>(1)
@@ -68,7 +84,7 @@
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2009-2017, Carl Worth and many others
+       2009-2018, Carl Worth and many others
 </pre>
 
-<h2>0.24</h2>
+<h2>0.26</h2>