]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-hooks-5.mdwn
manpages updates for release 0.29
[notmuch-wiki] / manpages / notmuch-hooks-5.mdwn
index 08f07ceb987bffa449391ab7e71de426c2123e6d..d24912fbd8edc4a24729016e083404d88add4809 100644 (file)
 
        The currently available hooks are described below.
 
 
        The currently available hooks are described below.
 
-          <b>pre-new</b>
-                 This hook is invoked by the <b>new</b> command  before  scanning  or
-                 importing  new messages into the database. If this hook exits
-                 with a non-zero status, notmuch will abort further processing
-                 of the <b>new</b> command.
+       <b>pre-new</b>
+              This hook is invoked by  the  <b>new</b>  command  before  scanning  or
+              importing  new  messages  into  the database. If this hook exits
+              with a non-zero status, notmuch will abort further processing of
+              the <b>new</b> command.
 
 
-                 Typically  this  hook  is used for fetching or delivering new
-                 mail to be imported into the database.
+              Typically  this hook is used for fetching or delivering new mail
+              to be imported into the database.
 
 
-          <b>post-new</b>
-                 This hook is invoked by the <b>new</b> command  after  new  messages
-                 have  been  imported  into the database and initial tags have
-                 been applied. The hook will not be run if there have been any
-                 errors during the scan or import.
+       <b>post-new</b>
+              This hook is invoked by the <b>new</b> command after new messages  have
+              been  imported  into  the  database  and  initial tags have been
+              applied. The hook will not be run if there have been any  errors
+              during the scan or import.
 
 
-                 Typically this hook is used to perform additional query-based
-                 tagging on the imported messages.
+              Typically  this  hook  is used to perform additional query-based
+              tagging on the imported messages.
 
 
-          <b>post-insert</b>
+       <b>post-insert</b>
               This hook is invoked by the <b>insert</b> command after the message has
               been  delivered,  added  to  the database, and initial tags have
               been applied. The hook will not be run if there  have  been  any
               This hook is invoked by the <b>insert</b> command after the message has
               been  delivered,  added  to  the database, and initial tags have
               been applied. The hook will not be run if there  have  been  any
-              errors  during the message delivery; what is regarded as succes‐
+              errors during the message delivery; what is regarded as success‐
               ful delivery depends on the <b>--keep</b> option.
 
               Typically this hook is used to  perform  additional  query-based
               ful delivery depends on the <b>--keep</b> option.
 
               Typically this hook is used to  perform  additional  query-based
@@ -63,7 +63,7 @@
 
 <h2>COPYRIGHT</h2>
 <pre>
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2015, Carl Worth and many others
+       2009-2019, Carl Worth and many others
 </pre>
 
 </pre>
 
-<h2>0.20.2</h2>
+<h2>0.29</h2>