aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/account-wizard.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-11-23 23:08:43 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-24 19:19:10 +0100
commit4db1353d97552b60ff57cbd6987fbe9dc6e6724b (patch)
tree4992db58f11a68433d65797585c731bc604a713c /widgets/account-wizard.go
parent15743ca513bc4a7b2f34c0875fc23cda88398b33 (diff)
downloadaerc-4db1353d97552b60ff57cbd6987fbe9dc6e6724b.tar.gz
doc: extract accounts and binds into separate man pages
aerc-config(5) is getting too big and cluttered. Only keep aerc.conf settings in it. Move binds.conf settings in aerc-binds(5) and accounts.conf settings in aerc-accounts(5). Adjust all references accordingly. Update the README to reference the two new man pages. Update the Makefile to install them in proper locations. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'widgets/account-wizard.go')
-rw-r--r--widgets/account-wizard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account-wizard.go b/widgets/account-wizard.go
index b6e0a5e4..b6210cb7 100644
--- a/widgets/account-wizard.go
+++ b/widgets/account-wizard.go
@@ -169,7 +169,7 @@ func NewAccountWizard(conf *config.AercConfig, aerc *Aerc) *AccountWizard {
ui.NewText("\nWelcome to aerc! Let's configure your account.\n\n"+
"This wizard supports basic IMAP & SMTP configuration.\n"+
"For other configurations, use <Ctrl+q> to exit and read the "+
- "aerc-config(5) man page.\n"+
+ "aerc-accounts(5) man page.\n"+
"Press <Tab> and <Shift+Tab> to cycle between each field in this form, "+
"or <Ctrl+j> and <Ctrl+k>.",
conf.Ui.GetStyle(config.STYLE_DEFAULT)))