> P.S.
> Since I'm writing anyway, could someone repost the procmail rule to
> turn non-MIME PGP signatures into MIME compliant attachments?
## PGP -- This converts from the old style PGP mail, to the MIME style
## that Mutt likes. This recipe is from doc/mutt/PGP-Notes.txt
##
: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"
}
PGP signature