X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=contrib%2Fpgp6.rc;fp=contrib%2Fpgp6.rc;h=0000000000000000000000000000000000000000;hb=6d4e89a8e0a0d6639c04b8ac0ca808b1dba23c3d;hp=a35263c7e8c43b34b0cc0831610c337ad6655770;hpb=ffd9bdb72850419ba4131009524787d616f785bb;p=apps%2Fmadmutt.git diff --git a/contrib/pgp6.rc b/contrib/pgp6.rc deleted file mode 100644 index a35263c..0000000 --- a/contrib/pgp6.rc +++ /dev/null @@ -1,45 +0,0 @@ -# -*-muttrc-*- -# -# PGP command formats for PGP 6. -# -# $Id: pgp6.rc,v 3.0 2002/01/24 12:11:17 roessler Exp $ -# - -# decode application/pgp -set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgp6 +compatible +verbose=0 +batchmode -f" - -# verify a pgp/mime signature -set pgp_verify_command="pgp6 +compatible +verbose=0 +batchmode -t %s %f" - -# decrypt a pgp/mime attachment -set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode -f" - -# create a pgp/mime signed attachment -set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode -abfst %?a? -u %a?" - -# create a pgp/mime encrypted attachment -set pgp_encrypt_only_command="pgp6 +compatible +verbose=0 +encrypttoself +batchmode -aeft %r < %f" - -# create a pgp/mime encrypted and signed attachment -set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +encrypttoself +batchmode +clearsig=off -aefts %?a? -u %a? %r" - -# import a key into the public key ring -set pgp_import_command="pgp6 +compatible -ka %f " - -# export a key from the public key ring -set pgp_export_command="pgp6 +compatible -kxaf %r" - -# verify a key -set pgp_verify_key_command="pgp6 +compatible -kcc %r" - -# read in the public key ring -set pgp_list_pubring_command="pgpringng -5 %r" - -# read in the secret key ring -set pgp_list_secring_command="pgpringng -s -5 %r" - -# create a clearsigned message -set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +batchmode +clearsig -afst %?a? -u %a?" - -# fetch keys -set pgp_getkeys_command="pkspxycwrap %r"