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 /doc/aerc.1.scd | |
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 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 61f17263..04ca89f1 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -48,7 +48,7 @@ from your terminal. # RUNTIME COMMANDS To execute a command, press *:* to bring up the command interface. Commands may -also be bound to keys, see *aerc-config*(5) for details. In some contexts, such +also be bound to keys, see *aerc-binds*(5) for details. In some contexts, such as the terminal emulator, *<c-x>* is used to bring up the command interface. Different commands work in different contexts, depending on the kind of tab you @@ -296,7 +296,7 @@ message list, the message in the message viewer, etc). *:compose* [*-H* _"<header>: <value>"_] [*-T* _<template-file>_] [_<body>_] Open the compose window to send a new email. The new email will be sent with the current account's outgoing transport configuration. For details on - configuring outgoing mail delivery consult *aerc-config*(5). + configuring outgoing mail delivery consult *aerc-accounts*(5). *-H* _"<header>: <value>"_ Add the specified header to the message, e.g: @@ -541,7 +541,7 @@ message list, the message in the message viewer, etc). *:send* Sends the message using this accounts default outgoing transport configuration. For details on configuring outgoing mail delivery consult - *aerc-config*(5). + *aerc-accounts*(5). *:switch-account* _<account-name>_++ *:switch-account* *-n*++ |