Could someone please verify whether or not the attached pgp6.rc works? (Replace pgp6 by pgp!) On 2000-03-13 22:10:26 +0100, Gero Treuner wrote: > Date: Mon, 13 Mar 2000 22:10:26 +0100 > From: Gero Treuner <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [Announce] mutt-1.1.9 is out - RELEASE CANDIDATE! > Mail-Followup-To: [EMAIL PROTECTED] > User-Agent: Mutt/1.1.8i > Organization: FaVeVe, Students' Government, University of Stuttgart, Germany > > Hi! > > On Mon, Mar 13, 2000 at 08:03:37PM +0100, Thomas Roessler wrote: > > Changes against 1.1.8 are a couple of bug-fixes. Unless > > someone has some real show-stoppers, I'd consider this to > > be a release candidate for 1.2, and release that version > > later that week. > > A pgp6.rc file to use PGP 6 with mutt 1.1/1.2 is still missing. > Would be nice if anyone who tried this makes a contribution ... > > > Gero > -- http://www.guug.de/~roessler/
# -*-muttrc-*- # # PGP command formats for PGP 2. # # $Id: pgp2.rc,v 1.3 1999/06/03 10:26:45 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="pgpring -5 %r" # read in the secret key ring set pgp_list_secring_command="pgpring -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"