diff options
| author | Dominik Peteler <dominik@with-h.at> | 2012-07-17 05:20:14 +0200 |
|---|---|---|
| committer | Dominik Peteler <dominik@with-h.at> | 2012-07-17 05:20:14 +0200 |
| commit | 85063ec790ce2f7152318d225581e5f4fb96ede4 (patch) | |
| tree | aa6c37009d0be7efeacb2c478651bf3e41cb1c76 | |
| parent | 316360b4ab00619d2e80d8c18eeaf1ac5cbcaecf (diff) | |
feature request: Add hooks for retagging
| -rw-r--r-- | feature-requests.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/feature-requests.mdwn b/feature-requests.mdwn index ff36d82..93abac5 100644 --- a/feature-requests.mdwn +++ b/feature-requests.mdwn @@ -40,6 +40,12 @@ ## notmuch ++ Add hooks for retagging: + + pre-tag: Called before tagging messages + + post-tag: Called after messages got tagged + + This might be useful if you want to sync for example your Maildirs with the notmuch tags. + + Allow a custom location for .notmuch The notmuch index is currently saved in .notmuch under the user's |
