aboutsummaryrefslogtreecommitdiffstats
path: root/models/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/templates.go')
-rw-r--r--models/templates.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go
index d6b90e88..77f6b787 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -28,6 +28,8 @@ type TemplateData interface {
SubjectBase() string
Number() int
Labels() []string
+ Filename() string
+ Filenames() []string
Flags() []string
IsReplied() bool
HasAttachment() bool