aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/templates.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go
index f6d79c36..ae57c3fb 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -25,6 +25,12 @@ type TemplateData interface {
Number() int
Labels() []string
Flags() []string
+ IsReplied() bool
+ HasAttachment() bool
+ IsFlagged() bool
+ IsRecent() bool
+ IsUnread() bool
+ IsMarked() bool
MessageId() string
Role() string
Size() int