From 4cbd116f034813216955540567f333f237de1bbe Mon Sep 17 00:00:00 2001 From: Bartkk Date: Wed, 3 Apr 2024 08:35:49 +0200 Subject: gpg: add pgp-self-encrypt option Add an option to encrypt outgoing messages to the sender or the key specified in pgp-key-id. Implements: https://todo.sr.ht/~rjarry/aerc/237 Changelog-added: New `pgp-self-encrypt` option in `accounts.conf`. Signed-off-by: Bartkk Acked-by: Robin Jarry --- doc/aerc-accounts.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd index 20c88b36..d735e45c 100644 --- a/doc/aerc-accounts.5.scd +++ b/doc/aerc-accounts.5.scd @@ -189,6 +189,12 @@ Note that many of these configuration options are written for you, such as Default: _false_ +*pgp-self-encrypt* = _true_|_false_ + If _true_, any outgoing encrypted email will be also encrypted for the sender + or the key specified in *pgp-key-id*. + + Default: _false_ + *pgp-error-level* = _none_|_warn_|_error_ The level of error to display when opportunistic encryption cannot be performed. See *pgp-opportunistic-encryption*. -- cgit