diff options
Diffstat (limited to 'commands/msg/recall.go')
-rw-r--r-- | commands/msg/recall.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/msg/recall.go b/commands/msg/recall.go index 1ce6ce6b..f0bafc73 100644 --- a/commands/msg/recall.go +++ b/commands/msg/recall.go @@ -131,7 +131,6 @@ func (Recall) Execute(aerc *widgets.Aerc, args []string) error { deleteMessage() default: } - return }, ) aerc.AddDialog(confirm) |