From cee5d5a3f602e5db0ca3feb6e0754c1bb0059f36 Mon Sep 17 00:00:00 2001 From: Bence Ferdinandy Date: Wed, 10 Apr 2024 20:08:00 +0200 Subject: hooks: add tag-modified Add the tag-modified hook for notmuch and JMAP accounts. References: https://todo.sr.ht/~rjarry/aerc/136 Changelog-added: New `tag-modified` hook for notmuch and JMAP accounts. Signed-off-by: Bence Ferdinandy Acked-by: Robin Jarry --- config/hooks.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hooks.go') diff --git a/config/hooks.go b/config/hooks.go index 4fc9482e..bd053e95 100644 --- a/config/hooks.go +++ b/config/hooks.go @@ -12,6 +12,7 @@ type HooksConfig struct { MailDeleted string `ini:"mail-deleted"` MailAdded string `ini:"mail-added"` MailSent string `ini:"mail-sent"` + TagModified string `ini:"tag-modified"` } var Hooks HooksConfig -- cgit