aboutsummaryrefslogtreecommitdiff
path: root/config/hooks.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/hooks.go')
-rw-r--r--config/hooks.go1
1 files changed, 1 insertions, 0 deletions
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