From 381c1fc05f6de95accbb520769d0cc9196955cf4 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 9 May 2020 11:50:30 +0200 Subject: commands/helper: remove duplicated method --- commands/msg/copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/msg/copy.go') diff --git a/commands/msg/copy.go b/commands/msg/copy.go index 3eca5651..f3d4030a 100644 --- a/commands/msg/copy.go +++ b/commands/msg/copy.go @@ -44,7 +44,7 @@ func (Copy) Execute(aerc *widgets.Aerc, args []string) error { } } h := newHelper(aerc) - uids, err := h.uids() + uids, err := h.markedOrSelectedUids() if err != nil { return err } -- cgit