aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/templates.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go
index 5caed158..c9b5d5b3 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -9,6 +9,7 @@ import (
// This interface needs to be implemented for compliance with aerc-templates(7)
type TemplateData interface {
Account() string
+ AccountBackend() string
Folder() string
To() []*mail.Address
Cc() []*mail.Address