]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-new-1.mdwn
manpages updates for release 0.32
[notmuch-wiki] / manpages / notmuch-new-1.mdwn
index 345f510b7ae4ed27aee68178deb1b715a08ffc75..004e32555ade0c937481de5db381467030d11ec4 100644 (file)
        <b>--quiet</b>
               Do not print progress or results.
 
+       <b>--verbose</b>
+              Print  file  names  being  processed. Ignored when combined with
+              <b>--quiet</b>.
+
        <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
+              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
+              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
+              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.
+              message itself, so please ensure that the notmuch message  index
+              is  adequately  protected.   DO  NOT USE <b>--decrypt=true</b> or <b>--de-</b>
+              <b>crypt=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).
+
+       <b>--full-scan</b>
+              By  default  notmuch-new  uses  directory   modification   times
+              (mtimes)  to  optimize the scanning of directories for new mail.
+              This option turns that optimization off.
 </pre>
 
 <h2>EXIT STATUS</h2>
@@ -84,7 +92,7 @@
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2009-2018, Carl Worth and many others
+       2009-2021, Carl Worth and many others
 </pre>
 
-<h2>0.26</h2>
+<h2>0.32</h2>