aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/commands_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commands_test.go b/commands/commands_test.go
index c01019d0..a1518aaa 100644
--- a/commands/commands_test.go
+++ b/commands/commands_test.go
@@ -84,6 +84,7 @@ func (d *dummyData) Labels() []string { return nil }
func (d *dummyData) Flags() []string { return nil }
func (d *dummyData) IsReplied() bool { return true }
func (d *dummyData) HasAttachment() bool { return true }
+func (d *dummyData) Attach(string) string { return "" }
func (d *dummyData) IsRecent() bool { return false }
func (d *dummyData) IsUnread() bool { return false }
func (d *dummyData) IsFlagged() bool { return false }