diff options
author | Robin Jarry <robin@jarry.cc> | 2022-12-06 12:00:14 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-06 17:52:43 +0100 |
commit | d25efff65aba373be44d1a514c35472bf52994e5 (patch) | |
tree | 3b1e6ea01cf85a7bdaf5795144d1cbce740b20bc /doc/aerc-config.5.scd | |
parent | c1784b624aea6c93e398a90a4274abe158e72b8a (diff) | |
download | aerc-d25efff65aba373be44d1a514c35472bf52994e5.tar.gz |
pgp-provider: set default value to auto
Change the default provider to gpg unless the internal keyring is
initialized and contains one key.
This should be more user friendly.
Link: https://lists.sr.ht/~rjarry/aerc-discuss/%3CCO783CI3IU9F.184DBQTPMIPBS%40paul%3E
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index c95e5aab..e7000b4c 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -31,12 +31,14 @@ These options are configured in the *[general]* section of _aerc.conf_. *default-save-path* = _<path>_ Used as a default path for save operations if no other path is specified. -*pgp-provider* = _gpg_|_internal_ +*pgp-provider* = _auto_|_gpg_|_internal_ If set to _gpg_, aerc will use system gpg binary and keystore for all crypto operations. If set to _internal_, the internal openpgp keyring - will be used. + will be used. If set to _auto_, the system gpg will be preferred unless + the internal keyring already exists, in which case the latter will be + used. - Default: _internal_ + Default: _auto_ *unsafe-accounts-conf* = _true_|_false_ By default, the file permissions of _accounts.conf_ must be restrictive |