X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=contrib%2Fpgp5.rc;fp=contrib%2Fpgp5.rc;h=0000000000000000000000000000000000000000;hb=6d4e89a8e0a0d6639c04b8ac0ca808b1dba23c3d;hp=de0879f69f99e7075e3f2b3d42db9cc4c4cce75f;hpb=ffd9bdb72850419ba4131009524787d616f785bb;p=apps%2Fmadmutt.git diff --git a/contrib/pgp5.rc b/contrib/pgp5.rc deleted file mode 100644 index de0879f..0000000 --- a/contrib/pgp5.rc +++ /dev/null @@ -1,44 +0,0 @@ -# -*-muttrc-*- -# -# PGP command formats for PGP 5. -# -# $Id: pgp5.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 | pgpv +language=mutt +verbose=0 +batchmode -f --OutputInformationFD=0" - -# verify a pgp/mime signature -set pgp_verify_command="pgpv +language=mutt +verbose=0 +batchmode --OutputInformationFD=1 %f %s" - -# string that the verify command outputs if the signature is good -set pgp_good_sign = "Good signature" - -# decrypt a pgp/mime attachment -set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpv +language=mutt +verbose=0 +batchmode --OutputInformationFD=2 -f" - -# create a pgp/mime signed attachment -set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgps +language=mutt +verbose=0 +batchmode -abft %?a? -u %a?" - -# create a pgp/mime encrypted attachment -set pgp_encrypt_only_command="pgpewrapng pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -aft -- -r %r < %f" - -# create a pgp/mime encrypted and signed attachment -set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpewrapng pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -afts %?a? -u %a? -- -r %r" - -# import a key into the public key ring -set pgp_import_command="pgpk -a +language=mutt --OutputInformationFD=1 %f" - -# export a key from the public key ring -set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r" - -# verify a key -set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %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 -5 -s %r" - -