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 bd053e95..ea291e92 100644 --- a/config/hooks.go +++ b/config/hooks.go @@ -8,6 +8,7 @@ import ( type HooksConfig struct { AercStartup string `ini:"aerc-startup"` AercShutdown string `ini:"aerc-shutdown"` + FlagChanged string `ini:"flag-changed"` MailReceived string `ini:"mail-received"` MailDeleted string `ini:"mail-deleted"` MailAdded string `ini:"mail-added"` |