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.
This commit is contained in:
inwit 2022-02-11 17:56:32 +01:00 committed by David Bremner
parent 7b5921877e
commit 56f41d7b36

View file

@ -30,9 +30,9 @@ pre-new
post-new post-new
This hook is invoked by the :any:`notmuch-new(1)` command after This hook is invoked by the :any:`notmuch-new(1)` command after
new messages have been imported into the database and initial tags any new messages have been imported into the database and initial
have been applied. The hook will not be run if there have been any tags have been applied. The hook will not be run if there have
errors during the scan or import. been any errors during the scan or import.
Typically this hook is used to perform additional query-based Typically this hook is used to perform additional query-based
tagging on the imported messages. tagging on the imported messages.