aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--widgets/account-wizard.go8
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8acb37e3..ae5b98f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
+- The new account wizard now supports all source and outgoing backends.
- Add a `-A` option to `:save` for saving all the named parts, not just
attachments
- Add `<Backspace>` key to bindings
diff --git a/widgets/account-wizard.go b/widgets/account-wizard.go
index 266b86f5..b0615ef8 100644
--- a/widgets/account-wizard.go
+++ b/widgets/account-wizard.go
@@ -278,9 +278,11 @@ func NewAccountWizard(aerc *Aerc) *AccountWizard {
`
Welcome to aerc! Let's configure your account.
-This wizard supports basic IMAP & SMTP configuration.
-For other configurations, use <Ctrl+q> to exit and read the aerc-accounts(5) man page.
-Press <Tab> and <Shift+Tab> to cycle between each field in this form, or <Ctrl+j> and <Ctrl+k>.
+Key bindings:
+
+ <Tab>, <Down> or <Ctrl+j> Next field
+ <Shift+Tab>, <Up> or <Ctrl+k> Previous field
+ <Ctrl+q> Exit aerc
`,
&wizard.basics,
)