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 27a3ca6e..566fdb14 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -42,6 +42,7 @@ type TemplateData interface {
IsUnread() bool
IsMarked() bool
IsDraft() bool
+ IsForwarded() bool
MessageId() string
Role() string
Size() int