summaryrefslogtreecommitdiff
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2022-05-05 12:53:14 -0500
committerRobin Jarry <robin@jarry.cc>2022-05-06 11:02:43 +0200
commitbb400c7d88a08bc29fd635486dffbbad10f1835d (patch)
tree05446eca11fdbaf9608957c93d9821a2425ca4f4 /doc/aerc-config.5.scd
parent5c5158b3c1275a11b66687496706372c01f66817 (diff)
downloadaerc-bb400c7d88a08bc29fd635486dffbbad10f1835d.zip
pgp: add options auto-sign & opportunistic-encrypt
Add account level config options for auto-sign and opportunistic encryption. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 314aa57..7902550 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -588,10 +588,23 @@ Note that many of these configuration options are written for you, such as
Default: none
+*pgp-auto-sign*
+ If true, all outgoing emails from this account will be signed (if a signing
+ key is available)
+
+ Default: false
+
*pgp-key-id*
Specify the key id to use when signing a message. Can be either short or
long key id. If unset, aerc will look up the key by email
+*pgp-opportunistic-encrypt*
+ If true, any outgoing email from this account will be encrypted when all
+ recipients (including "cc" and "bcc" field) have a public key available in
+ the keyring
+
+ Default: false
+
*postpone*
Specifies the folder to save postponed messages to.