diff options
author | Robin Jarry <robin@jarry.cc> | 2022-07-11 11:11:37 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-17 19:00:44 +0200 |
commit | db00accb574190d1d33d7c57e2677781a015b301 (patch) | |
tree | 5e6374ae480460426ecfc1923b9eb0d17fad4c1c /doc | |
parent | f2dac06029a273aa8d5bcfc24102e113b29138be (diff) | |
download | aerc-db00accb574190d1d33d7c57e2677781a015b301.tar.gz |
config: allow per-account address-book-cmd
When using multiple accounts, the contacts may be different. Allow using
specific address book commands per account.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 55bc7a86..2338b26c 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -467,6 +467,8 @@ These options are configured in the *[compose]* section of aerc.conf. if present, will be treated as the contact name. Additional fields are ignored. + This parameter can also be set per account in accounts.conf. + Example: khard email --remove-first-line --parsable '%s' |