aboutsummaryrefslogtreecommitdiffstats
path: root/config/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/templates.go')
-rw-r--r--config/templates.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/templates.go b/config/templates.go
index cab8efb2..d8c0c336 100644
--- a/config/templates.go
+++ b/config/templates.go
@@ -85,6 +85,8 @@ func (d *dummyData) SubjectBase() string { return "[PATCH] hey" }
func (d *dummyData) Attach(string) string { return "" }
func (d *dummyData) Number() int { return 0 }
func (d *dummyData) Labels() []string { return nil }
+func (d *dummyData) Filename() string { return "" }
+func (d *dummyData) Filenames() []string { return nil }
func (d *dummyData) Flags() []string { return nil }
func (d *dummyData) IsReplied() bool { return true }
func (d *dummyData) HasAttachment() bool { return true }