diff options
| author | Jani Nikula <jani@nikula.org> | 2012-02-21 22:30:42 +0200 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2012-02-21 22:30:42 +0200 |
| commit | 1d25b9429e75883aef575f83f12cc67cd379d220 (patch) | |
| tree | dcd0f13b6979cf21d48401eb68d5c78224f6799c | |
| parent | 20eb8048ebeccaf18e425143d8b46b54ac0d4479 (diff) | |
add note about hooks to initial tagging
| -rw-r--r-- | initial_tagging.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn index d35db49..1e0fcc1 100644 --- a/initial_tagging.mdwn +++ b/initial_tagging.mdwn @@ -28,7 +28,10 @@ following: notmuch tag +inbox +unread -new -- tag:new Since the post-processing is only acting on a few messages, it is -generally extrememly fast. +generally extremely fast. + +You can use the `post-new` hook, which is automatically run after `notmuch new`, +to do post-processing. See `man notmuch-hooks` for details on hooks. # Other solutions |
