summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-06-03 20:12:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-06-03 20:12:10 +0000
commitd018f0ec46898365f6260f1d05b4ed65bdf2dd45 (patch)
tree72a5ebc4edbbd903b528e4b2951962869220731c /contrib
parentada48003af73e96871ed61b8c7f70aefcbeb7696 (diff)
Hardwire some mechanisms for finding secret and public key-rings.
This way, we need to hard-wire less stuff in the various configuration files, making the use of PGP with mutt a bit simpler again.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pgp2.rc5
-rw-r--r--contrib/pgp5.rc4
2 files changed, 4 insertions, 5 deletions
diff --git a/contrib/pgp2.rc b/contrib/pgp2.rc
index d22cd44c..47eb6c7c 100644
--- a/contrib/pgp2.rc
+++ b/contrib/pgp2.rc
@@ -33,9 +33,8 @@ set pgp_export_command="pgp -kxaf +language=mutt %r"
set pgp_verify_key_command="pgp -kcc +language=mutt %r"
# read in the public key ring
-set pgp_list_pubring_command="pgpring -k $PGPPATH/pubring.pgp %r"
+set pgp_list_pubring_command="pgpring -2 %r"
# read in the secret key ring
-set pgp_list_secring_command="pgpring -k $PGPPATH/secring.pgp %r"
-
+set pgp_list_secring_command="pgpring -s -2 %r"
diff --git a/contrib/pgp5.rc b/contrib/pgp5.rc
index 0a54f941..11b914b0 100644
--- a/contrib/pgp5.rc
+++ b/contrib/pgp5.rc
@@ -33,9 +33,9 @@ set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r"
set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r"
# read in the public key ring
-set pgp_list_pubring_command="pgpring -k $PGPPATH/pubring.pkr %r"
+set pgp_list_pubring_command="pgpring -5 %r"
# read in the secret key ring
-set pgp_list_secring_command="pgpring -k $PGPPATH/secring.skr %r"
+set pgp_list_secring_command="pgpring -5 -s %r"