aboutsummaryrefslogtreecommitdiff
path: root/commands/new-account.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new-account.go')
-rw-r--r--commands/new-account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/new-account.go b/commands/new-account.go
index 2747b159..d67b5eca 100644
--- a/commands/new-account.go
+++ b/commands/new-account.go
@@ -32,6 +32,7 @@ func (NewAccount) Execute(aerc *widgets.Aerc, args []string) error {
wizard.ConfigureTemporaryAccount(true)
}
}
+ wizard.Focus(true)
aerc.NewTab(wizard, "New account")
return nil
}