diff options
Diffstat (limited to 'commands/msg/recall.go')
-rw-r--r-- | commands/msg/recall.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/commands/msg/recall.go b/commands/msg/recall.go index 477a3636..1ce6ce6b 100644 --- a/commands/msg/recall.go +++ b/commands/msg/recall.go @@ -136,7 +136,6 @@ func (Recall) Execute(aerc *widgets.Aerc, args []string) error { ) aerc.AddDialog(confirm) } - }) } @@ -212,9 +211,7 @@ func (Recall) Execute(aerc *widgets.Aerc, args []string) error { mu.Unlock() }) } - }) - }) return nil |