aboutsummaryrefslogtreecommitdiffstats
path: root/config/aerc.conf
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-12-06 12:00:14 +0100
committerRobin Jarry <robin@jarry.cc>2022-12-06 17:52:43 +0100
commitd25efff65aba373be44d1a514c35472bf52994e5 (patch)
tree3b1e6ea01cf85a7bdaf5795144d1cbce740b20bc /config/aerc.conf
parentc1784b624aea6c93e398a90a4274abe158e72b8a (diff)
downloadaerc-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 'config/aerc.conf')
-rw-r--r--config/aerc.conf9
1 files changed, 5 insertions, 4 deletions
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