diff options
| author | David Bremner <david@tethera.net> | 2021-01-10 11:54:35 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:59:47 -0400 |
| commit | d9af0af1646b6ca303e69076babd4cf071c1bf95 (patch) | |
| tree | 402073a660a3cc6ffeb08f5bbd4d979076f0dad3 /doc/man5 | |
| parent | f61d88c6f454c368282ac881a864f619a409ba42 (diff) | |
doc: describe new config framework
Remove STORED IN DATABASE discussion, describe search rules.
Currently profiles seem a bit pointless. They will make more sense
when they apply to databases as well.
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 de2ed0c2..c509afb3 100644 --- a/doc/man5/notmuch-hooks.rst +++ b/doc/man5/notmuch-hooks.rst @@ -5,15 +5,15 @@ notmuch-hooks SYNOPSIS ======== -$DATABASEDIR/.notmuch/hooks/* +<hook_dir>/{pre-new, post-new, post-insert} DESCRIPTION =========== Hooks are scripts (or arbitrary executables or symlinks to such) that notmuch invokes before and after certain actions. These scripts reside -in the .notmuch/hooks directory within the database directory and must -have executable permissions. +in a directory defined as described in **notmuch-config(1)**. They +must have executable permissions. The currently available hooks are described below. |
