diff options
Diffstat (limited to 'config/hooks.go')
-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 41fc8026..bfdf4fe1 100644 --- a/config/hooks.go +++ b/config/hooks.go @@ -9,6 +9,7 @@ import ( type HooksConfig struct { AercStartup string `ini:"aerc-startup"` + AercShutdown string `ini:"aerc-shutdown"` MailReceived string `ini:"mail-received"` } |