Re: PGP text/plain
Kyle Wheeler wrote:
> On Monday, October 24 at 05:59 PM, quoth James:
> >Some people send me emails with GPG-encrypted blocks in them. Their
> >mime-type is text/plain, and mutt doesn't decrypt them for me. I can
> >decrypt them fine at the command line.
>
> Sounds like "traditional" pgp encryption. See if this works (type it in
> while viewing a message with un-decrypted blocks):
>
> :push <check-traditional-pgp>
>
> If that works, then all you need to do is add this to your muttrc:
>
> set pgp_auto_decode
>
Yes, this worked splendidly. Thank you.