X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=contrib%2Fpgp5.rc;h=de0879f69f99e7075e3f2b3d42db9cc4c4cce75f;hp=e0eaf18ad20eebb4f498f968c0e19706eb1b2009;hb=82c978b426a6669d432c22f0773d807e2a974747;hpb=9ff4c5cafac6f3cda731034777f28ac5e71cc4fb diff --git a/contrib/pgp5.rc b/contrib/pgp5.rc index e0eaf18..de0879f 100644 --- a/contrib/pgp5.rc +++ b/contrib/pgp5.rc @@ -21,10 +21,10 @@ set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgpv +languag 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="pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -aft -- -r %r < %f" +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 | pgpewrap pgpe +language=mutt +verbose=0 +batchmode +nobatchinvalidkeys=off -afts %?a? -u %a? -- -r %r" +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" @@ -36,9 +36,9 @@ set pgp_export_command="pgpk -xa +language=mutt --OutputInformationFD=1 %r" set pgp_verify_key_command="pgpk -c +batchmode +language=mutt --OutputInformationFD=1 %r" # read in the public key ring -set pgp_list_pubring_command="pgpring -5 %r" +set pgp_list_pubring_command="pgpringng -5 %r" # read in the secret key ring -set pgp_list_secring_command="pgpring -5 -s %r" +set pgp_list_secring_command="pgpringng -5 -s %r"