diff options
| author | inwit <inwit@sindominio.net> | 2022-02-11 17:56:32 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-11 13:39:07 -0400 |
| commit | 56f41d7b36c7c5462d60ac0fb8839842173423bd (patch) | |
| tree | 31c5129d5fb9401650664f7dd706deea4ff59c8c /doc/man5 | |
| parent | 7b5921877e748338359a25dae578771f768183af (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.rst | 6 |
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. |
