]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-hooks-5.mdwn
0.18.1 namual pages -- latest man-to-mdwn.pl & man(1)
[notmuch-wiki] / manpages / notmuch-hooks-5.mdwn
index d42bfcd94a77de5e494e91c54d4ae4f8b38275bf..873fd9089d7f571203f7347a37807e1830605214 100644 (file)
@@ -7,7 +7,7 @@
 
 <h2>SYNOPSIS</h2>
 <pre>
-           $DATABASEDIR/.notmuch/hooks/*
+          $DATABASEDIR/.notmuch/hooks/*
 </pre>
 
 <h2>DESCRIPTION</h2>
 
        The currently available hooks are described below.
 
-           <b>pre-new</b>
+          <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.
 
-                  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  process-
-                  ing 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.
 </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-insert-1/'>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-insert-1/'>not</a>
        <a href='../notmuch-insert-1/'>much-insert</a>(1),  <a href='../notmuch-new-1/'>notmuch-new</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-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)
 </pre>
 
@@ -58,4 +56,4 @@
        2014, Carl Worth and many others
 </pre>
 
-<h2>0.18</h2>
+<h2>0.18.1</h2>