diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-23 23:08:43 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-24 19:19:10 +0100 |
commit | 4db1353d97552b60ff57cbd6987fbe9dc6e6724b (patch) | |
tree | 4992db58f11a68433d65797585c731bc604a713c /commands | |
parent | 15743ca513bc4a7b2f34c0875fc23cda88398b33 (diff) | |
download | aerc-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 'commands')
-rw-r--r-- | commands/help.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/help.go b/commands/help.go index 498f9bce..11bee7c9 100644 --- a/commands/help.go +++ b/commands/help.go @@ -10,6 +10,8 @@ type Help struct{} var pages = []string{ "aerc", + "accounts", + "binds", "config", "imap", "notmuch", |