]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-hooks-5.mdwn
manpages updates for release 0.26
[notmuch-wiki] / manpages / notmuch-hooks-5.mdwn
index fbcbe3bd8559d0186cfb70c877cd7edb640d3d0d..f616177ad73ff7cb121e2aa5f2bdaad7c71d994a 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
@@ -63,7 +63,7 @@
 
 <h2>COPYRIGHT</h2>
 <pre>
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2009-2017, Carl Worth and many others
+       2009-2018, Carl Worth and many others
 </pre>
 
 </pre>
 
-<h2>0.24</h2>
+<h2>0.26</h2>