aboutsummaryrefslogtreecommitdiff
path: root/doc/man5
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-11 09:56:14 -0300
committerDavid Bremner <david@tethera.net>2021-10-25 08:25:22 -0300
commit00fdf10937a3ef0292424fb67208b74c753b35fd (patch)
treeb68fb68812ab42141531e717f7a29fa888b97634 /doc/man5
parent2ce6c76a61c907b5d1d508e12255e83d9256937c (diff)
doc: remove explicit formatting of terms in definition lists
Sphinx-doc already formats the terms appropriately for a given backend (bold in html and man). `makeinfo` complains noisily about formatting inside a @item if we add our own explicit formatting. This change may change the formatting in the info output. On the other hand, the existing use of quotes for bold is not that great anyway. In some places blank lines were removed to preserve the logical structure of a definition list.
Diffstat (limited to 'doc/man5')
-rw-r--r--doc/man5/notmuch-hooks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man5/notmuch-hooks.rst b/doc/man5/notmuch-hooks.rst
index 268917cd..0ab5efbc 100644
--- a/doc/man5/notmuch-hooks.rst
+++ b/doc/man5/notmuch-hooks.rst
@@ -19,7 +19,7 @@ must have executable permissions.
The currently available hooks are described below.
-**pre-new**
+pre-new
This hook is invoked by the :any:`notmuch-new(1)` command before
scanning or importing new messages into the database. If this hook
exits with a non-zero status, notmuch will abort further
@@ -28,7 +28,7 @@ The currently available hooks are described below.
Typically this hook is used for fetching or delivering new mail to
be imported into the database.
-**post-new**
+post-new
This hook is invoked by the :any:`notmuch-new(1)` 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
@@ -37,7 +37,7 @@ The currently available hooks are described below.
Typically this hook is used to perform additional query-based
tagging on the imported messages.
-**post-insert**
+post-insert
This hook is invoked by the :any:`notmuch-insert(1)` 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