aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account')
-rw-r--r--commands/account/import-mbox.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/account/import-mbox.go b/commands/account/import-mbox.go
index b497787b..9f0e7004 100644
--- a/commands/account/import-mbox.go
+++ b/commands/account/import-mbox.go
@@ -139,7 +139,6 @@ func (ImportMbox) Execute(aerc *widgets.Aerc, args []string) error {
case "Yes":
go importFolder()
}
- return
},
)
aerc.AddDialog(confirm)