diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hooks.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hooks.go b/config/hooks.go index ed81296d..bc04ac75 100644 --- a/config/hooks.go +++ b/config/hooks.go @@ -11,6 +11,7 @@ type HooksConfig struct { MailReceived string `ini:"mail-received"` MailDeleted string `ini:"mail-deleted"` MailAdded string `ini:"mail-added"` + MailSent string `ini:"mail-sent"` } var Hooks HooksConfig |