Changeset 1059:b7d882bd166c for contrib
Legend:
- Unmodified
- Added
- Removed
-
contrib/pgp2.rc
r1058 r1059 34 34 35 35 # read in the public key ring 36 set pgp_list_pubring_command="pgpring - k $PGPPATH/pubring.pgp%r"36 set pgp_list_pubring_command="pgpring -2 %r" 37 37 38 38 # read in the secret key ring 39 set pgp_list_secring_command="pgpring - k $PGPPATH/secring.pgp%r"39 set pgp_list_secring_command="pgpring -s -2 %r" 40 40 41 -
contrib/pgp5.rc
r1052 r1059 34 34 35 35 # read in the public key ring 36 set pgp_list_pubring_command="pgpring - k $PGPPATH/pubring.pkr %r"36 set pgp_list_pubring_command="pgpring -5 %r" 37 37 38 38 # read in the secret key ring 39 set pgp_list_secring_command="pgpring - k $PGPPATH/secring.skr%r"39 set pgp_list_secring_command="pgpring -5 -s %r" 40 40 41 41
