Changeset 1059:b7d882bd166c for contrib

Show
Ignore:
Timestamp:
1999-06-03 13:12:10 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

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.

Location:
contrib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • contrib/pgp2.rc

    r1058 r1059  
    3434 
    3535# read in the public key ring 
    36 set pgp_list_pubring_command="pgpring -k $PGPPATH/pubring.pgp %r" 
     36set pgp_list_pubring_command="pgpring -2 %r" 
    3737 
    3838# read in the secret key ring 
    39 set pgp_list_secring_command="pgpring -k $PGPPATH/secring.pgp %r" 
     39set pgp_list_secring_command="pgpring -s -2 %r" 
    4040 
    41  
  • contrib/pgp5.rc

    r1052 r1059  
    3434 
    3535# read in the public key ring 
    36 set pgp_list_pubring_command="pgpring -k $PGPPATH/pubring.pkr %r" 
     36set pgp_list_pubring_command="pgpring -5 %r"  
    3737 
    3838# read in the secret key ring 
    39 set pgp_list_secring_command="pgpring -k $PGPPATH/secring.skr %r" 
     39set pgp_list_secring_command="pgpring -5 -s %r" 
    4040 
    4141