diff options
Diffstat (limited to 'models/templates.go')
-rw-r--r-- | models/templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go index 686687cc..0c684e86 100644 --- a/models/templates.go +++ b/models/templates.go @@ -29,6 +29,7 @@ type TemplateData interface { Flags() []string IsReplied() bool HasAttachment() bool + Attach(string) string IsFlagged() bool IsRecent() bool IsUnread() bool |