diff options
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 7143cb68..6f5c50a7 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -30,6 +30,13 @@ These options are configured in the *[general]* section of aerc.conf. *default-save-path* Used as a default path for save operations if no other path is specified. +*pgp-provider* + If set to "gpg", aerc will use system gpg binary and keystore for all + crypto operations. Otherwise, the internal openpgp implemenation will be + used. + + Default: internal + *unsafe-accounts-conf* By default, the file permissions of accounts.conf must be restrictive and only allow reading by the file owner (_0600_). Set this option to @@ -579,6 +586,10 @@ Note that many of these configuration options are written for you, such as Default: none +*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 + *postpone* Specifies the folder to save postponed messages to. |