diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/account/import-mbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/import-mbox.go b/commands/account/import-mbox.go index 5d6a0a0c..85e9a341 100644 --- a/commands/account/import-mbox.go +++ b/commands/account/import-mbox.go @@ -125,7 +125,7 @@ func (ImportMbox) Execute(aerc *widgets.Aerc, args []string) error { } infoStr := fmt.Sprintf("%s: imported %d of %d successfully.", args[0], appended, len(messages)) log.Debugf(infoStr) - aerc.SetStatus(infoStr) + aerc.PushSuccess(infoStr) } if len(store.Uids()) > 0 { |