diff options
author | Robin Jarry <robin@jarry.cc> | 2024-01-13 19:11:47 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-25 21:10:10 +0100 |
commit | bce77d8174f4698693af5e07f4c3697ba53bfae5 (patch) | |
tree | cb43323c7249c6071f29a73f2c599ef6dfac4f71 /doc | |
parent | 2d8b81f619fc3c8b5a36932e000a86fe111e5bb9 (diff) | |
download | aerc-bce77d8174f4698693af5e07f4c3697ba53bfae5.tar.gz |
compose: allow automatic attachment of signing key
Add a new pgp-attach-key boolean setting in accounts.conf. When set to
true, enabling message signing (either automatically via pgp-auto-sign
or manually with :sign) will imply attaching the (public) key that will
be used to sign the message before sending.
The automatically attached key can be unattached like any other
attachment with :detach.
Implements: https://todo.sr.ht/~rjarry/aerc/207
Changelog-added: Automatically attach signing key with `pgp-attach-key`
in `accounts.conf`.
Requested-by: Drew Devault <sir@cmpwn.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Thomas Böhler <witcher@wiredspace.de>
Reviewed-by: Thomas Böhler <witcher@wiredspace.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-accounts.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd index 5f89033a..20c88b36 100644 --- a/doc/aerc-accounts.5.scd +++ b/doc/aerc-accounts.5.scd @@ -184,6 +184,11 @@ Note that many of these configuration options are written for you, such as Default: _false_ +*pgp-attach-key* = _true_|_false_ + If _true_, attach the public signing key to signed outgoing emails. + + Default: _false_ + *pgp-error-level* = _none_|_warn_|_error_ The level of error to display when opportunistic encryption cannot be performed. See *pgp-opportunistic-encryption*. |