diff options
| author | Jani Nikula <jani@nikula.org> | 2017-12-30 19:16:11 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-31 09:06:11 -0400 |
| commit | e5e252de5560fee386bd46f8f279c800b953c667 (patch) | |
| tree | 2ac36a85ac3a0553c3f2cbd6c315a50a067b0422 /doc/man5 | |
| parent | 0fab493ffe93c2d0dbc274d57e6e932be5c308e5 (diff) | |
doc: unify definition list usage across man pages
Make all parameter descriptions etc. use reStructuredText definition
lists with uniform style and indentation. Remove redundant indentation
from around the lists. Remove blank lines between term lines and
definition blocks. Use four spaces for indentation.
This is almost completely whitespace and paragraph reflow changes.
Diffstat (limited to 'doc/man5')
| -rw-r--r-- | doc/man5/notmuch-hooks.rst | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/doc/man5/notmuch-hooks.rst b/doc/man5/notmuch-hooks.rst index f07e4dab..de2ed0c2 100644 --- a/doc/man5/notmuch-hooks.rst +++ b/doc/man5/notmuch-hooks.rst @@ -17,34 +17,33 @@ have executable permissions. The currently available hooks are described below. - **pre-new** - This hook is invoked by the **new** 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 **new** command. +**pre-new** + This hook is invoked by the **new** 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 + **new** 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. - **post-new** - This hook is invoked by the **new** 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. +**post-new** + This hook is invoked by the **new** 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. - **post-insert** +**post-insert** + This hook is invoked by the **insert** 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 successful + delivery depends on the ``--keep`` option. - This hook is invoked by the **insert** 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 successful delivery depends on the ``--keep`` option. - - Typically this hook is used to perform additional query-based - tagging on the delivered messages. + Typically this hook is used to perform additional query-based + tagging on the delivered messages. SEE ALSO ======== |
