aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-sendmail.5.scd
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 /doc/aerc-sendmail.5.scd
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 'doc/aerc-sendmail.5.scd')
-rw-r--r--doc/aerc-sendmail.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc-sendmail.5.scd b/doc/aerc-sendmail.5.scd
index f85f9da3..7aa0f8a4 100644
--- a/doc/aerc-sendmail.5.scd
+++ b/doc/aerc-sendmail.5.scd
@@ -10,7 +10,7 @@ aerc can defer to sendmail for the delivery of outgoing messages.
# CONFIGURATION
-In _accounts.conf_ (see *aerc-config*(5)), the following sendmail-specific
+In _accounts.conf_ (see *aerc-accounts*(5)), the following sendmail-specific
options are available:
*outgoing*
@@ -22,7 +22,7 @@ options are available:
# SEE ALSO
-*aerc*(1) *aerc-config*(5)
+*aerc*(1) *aerc-accounts*(5)
# AUTHORS