2000-04-12-15:47:17 Hartmut Gehrke-Tschudi:
> I can't get my mutt to decrypt incoming pgp-Mails.
> I RTFM and all Faq. 
> I run Mutt 1.0pre3i under Suse Linux 6.3 and
> Pretty Good Privacy(tm) 2.6.3i
> 
> As I understand it there should be a command to decrypt within mutt.
> But I canot find it in the help-menue.
> 
> I set everything to pgp2 in .muttrc
> I also put in .procmail the appropriate lines to let mutt know that
> an pgp-mail is there.

I don't use PGP, I use GnuPG, but if you set pgp2 then that should
be everything needed within mutt.

If you save a message out as a separate file, then point pgp at that
file, does it decrypt it successfully? If not, then you need to get
that much working, and it's a PGP problem. Maybe need to make sure
you have the right key on your keyring or something?

Here's the procmailrc clause I'm using to mark PGP messages, and it
works great for me; I don't have to use any special command to tell
it to decrypt, it happens automatically when I view the message.

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

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

-Bennett

PGP signature

Reply via email to