On Tue, 07 Sep 1999, [EMAIL PROTECTED] wrote:

> Hoping to toggle between my versions of pgp6.5.1 and gnupg so I have
> grabbed Roland Rosenfeld's pgp6.rc, gpg.rc, and keybind files.

That was the wrong way, because these files are only for the
development version of Mutt (0.96.*), not for the stable version
(1.0*)!

Please have a look at muttrc-1.0pre2i and keybind-1.0pre2i on
http://www.spinnaker.de/mutt/ and you will see how to handle PGP 6.5.1 
with Mutt 1.0pre2 (simply edit the pgp_v6_* variables according to
your needs and set pgp_*_version to pgp6.

> A second question: I was unable to get mutt to ask me for my gpg
> passphrase to unencrypt a pgp6.5.1 messages (sent using my gpg
> pubkey) from a windows outlook express user. Anything here that
> might cause gnupg to ignore this - was able to use gpg after copying
> to text file.

You didn't quote _all_ headers but it seems that the Content-Type is
_not_ set to application/pgp?  Mutt needs this to find out that a
message uses PGP.  To add the missing header you can use procmail with 
the following rule:

:0
* !^Content-Type: message/
* !^Content-Type: multipart/
* !^Content-Type: application/pgp
{
        :0 fBw
        * ^-----BEGIN PGP MESSAGE-----
        * ^-----END PGP MESSAGE-----
        | formail \
            -i "Content-Type: application/pgp; format=text; x-action=encrypt"

        :0 fBw
        * ^-----BEGIN PGP SIGNED MESSAGE-----
        * ^-----BEGIN PGP SIGNATURE-----
        * ^-----END PGP SIGNATURE-----
        | formail \
            -i "Content-Type: application/pgp; format=text; x-action=sign"
}

Ciao

        Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *
 PGP: 1024/DD08DD6D   2D E7 CC DE D5 8D 78 BE  3C A0 A4 F1 4B 09 CE AF

Reply via email to