]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - manpages/notmuch-insert-1.mdwn
release 0.23.4 manpages update
[notmuch-wiki] / manpages / notmuch-insert-1.mdwn
index 49a8eb75e507a94c2f68b67332fe141b4cd09feb..243f416f84fd53893eb35f0cfb07640d0be18eb7 100644 (file)
@@ -45,7 +45,7 @@
           <b>--keep</b> Keep the message file if indexing fails, and keep the message
                  indexed if applying  tags  or  maildir  flag  synchronization
                  fails.  Ignore these errors and return exit status 0 to indi‐
-                 cate succesful mail delivery.
+                 cate successful mail delivery.
 
           <b>--no-hooks</b>
                  Prevent hooks from being run.
 
 <h2>EXIT STATUS</h2>
 <pre>
-       This command returns exit status 0 on succesful mail delivery, non-zero
-       otherwise.  The  default  is  to  indicate  failed mail delivery on any
-       errors, including message file  delivery  to  the  filesystem,  message
+       This command  returns  exit  status  0  on  successful  mail  delivery,
+       non-zero  otherwise. The default is to indicate failed mail delivery on
+       any errors, including message file delivery to the filesystem,  message
        indexing  to Notmuch database, changing tags, and synchronizing tags to
        maildir flags. The <b>--keep</b> option may be used to settle  for  successful
        message file delivery.
 
+       This command supports the following special exit status code for errors
+       most likely to be temporary in nature, e.g. failure to get  a  database
+       write lock.
+
+       <b>75</b> <b>(EX</b>_<b>TEMPFAIL)</b>
+              A temporary failure occured; the user is invited to retry.
+
        The exit status of the <b>post-insert</b> hook does not affect the exit status
        of the <b>insert</b> command.
 </pre>
@@ -78,7 +85,7 @@
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2009-2015, Carl Worth and many others
+       2009-2016, Carl Worth and many others
 </pre>
 
-<h2>0.21</h2>
+<h2>0.23.4</h2>