aboutsummaryrefslogtreecommitdiffstats
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 bfdf4fe1..7a6047c1 100644
--- a/config/hooks.go
+++ b/config/hooks.go
@@ -11,6 +11,7 @@ type HooksConfig struct {
AercStartup string `ini:"aerc-startup"`
AercShutdown string `ini:"aerc-shutdown"`
MailReceived string `ini:"mail-received"`
+ MailDeleted string `ini:"mail-deleted"`
}
var Hooks HooksConfig