Changeset 1870:4e88a1657902 for contrib

Show
Ignore:
Timestamp:
2000-05-28 12:53:01 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Modified version of Byrial Jensen's signature verification patch.

Location:
contrib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • contrib/pgp2.rc

    r1505 r1870  
    4545set pgp_list_secring_command="pgpring -s -2 %r" 
    4646 
     47# pattern for good signature 
     48set pgp_good_sign="Good signature" 
  • contrib/pgp5.rc

    r1094 r1870  
    1111# verify a pgp/mime signature 
    1212set 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 
     15set pgp_good_sign = "Good signature" 
    1316 
    1417# decrypt a pgp/mime attachment