From d25efff65aba373be44d1a514c35472bf52994e5 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 6 Dec 2022 12:00:14 +0100 Subject: 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 Acked-by: Moritz Poldrack --- config/aerc.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 862b3be8..8f3fd097 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -8,12 +8,13 @@ # #default-save-path= -# # If set to "gpg", aerc will use system gpg binary and keystore for all crypto -# operations. Otherwise, the internal openpgp implementation will be used. +# operations. If set to "internal", the internal openpgp keyring 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 -#pgp-provider=internal +# Default: auto +#pgp-provider=auto # By default, the file permissions of accounts.conf must be restrictive and # only allow reading by the file owner (0600). Set this option to true to -- cgit