Changeset 1870:4e88a1657902 for contrib
Legend:
- Unmodified
- Added
- Removed
-
contrib/pgp2.rc
r1505 r1870 45 45 set pgp_list_secring_command="pgpring -s -2 %r" 46 46 47 # pattern for good signature 48 set pgp_good_sign="Good signature" -
contrib/pgp5.rc
r1094 r1870 11 11 # verify a pgp/mime signature 12 12 set pgp_verify_command="pgpv +language=mutt +verbose=0 +batchmode --OutputInformationFD=1 %f %s" 13 14 # string that the verify command outputs if the signature is good 15 set pgp_good_sign = "Good signature" 13 16 14 17 # decrypt a pgp/mime attachment
