aboutsummaryrefslogtreecommitdiff
path: root/doc/man5
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2022-02-11 17:56:32 +0100
committerDavid Bremner <david@tethera.net>2022-02-11 13:39:07 -0400
commit56f41d7b36c7c5462d60ac0fb8839842173423bd (patch)
tree31c5129d5fb9401650664f7dd706deea4ff59c8c /doc/man5
parent7b5921877e748338359a25dae578771f768183af (diff)
doc: make post-hook description more precise
Add the word "any" to the description of post-new hook description in order to clarify that it is always run, even if there are no new messages.
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 0ab5efbc..d778bdb8 100644
--- a/doc/man5/notmuch-hooks.rst
+++ b/doc/man5/notmuch-hooks.rst
@@ -30,9 +30,9 @@ pre-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
- errors during the scan or import.
+ any 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.