I have a problem with Mutt and PGP (oh, no). Before I switched to Mutt 1.1 (that is, with 1.0 pre/something and earlier), I could read PGP encrypted messages which I have sent to other people. I think that's the way it should be. Now this is no longer possible. Mutt just shows me the complaints of PGP that I don't have the secret key of the receiver of the message, which is certainly true. My .muttrc contains the untouched defaults that I found in pgp2.rc (or whatever the name of this was), which I have attached to this message. Oh, my PGP is version 2.6.3ia. Help? Please let me know if you need any more information, or please kindly point me to some document if this is a FAQ. Tom -- Tom Friedetzky email: [EMAIL PROTECTED] Institut für Informatik phone: +49-89-289-28495 Technische Universität München fax: +49-89-289-25297 D-80290 München, Germany room: (SB2) S2239
# decode application/pgp set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgp +verbose=0 +batchmode -f" # verify a pgp/mime signature set pgp_verify_command="pgp +verbose=0 +batchmode -t %s %f" # decrypt a pgp/mime attachment set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbose=0 +batchmode -f" # create a pgp/mime signed attachment set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbose=0 +batchmode -abfst %?a? -u %a?" # create a pgp/mime encrypted attachment set pgp_encrypt_only_command="pgp +verbose=0 +batchmode -aeft %r < %f" # create a pgp/mime encrypted and signed attachment set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbose=0 +batchmode -aefts %?a?-u %a? %r" # import a key into the public key ring set pgp_import_command="pgp -ka %f" # export a key from the public key ring set pgp_export_command="pgp -kxaf %r" # verify a key set pgp_verify_key_command="pgp -kcc %r" # read in the public key ring set pgp_list_pubring_command="pgpring -2 %r" # read in the secret key ring set pgp_list_secring_command="pgpring -s -2 %r"