* On 14 Mar 2011, Joseph wrote: > I'm missing a setting I think. > When I open gpg signed message I get: > > application/pgp-signature is unsupported (use 'v' to view ... > > mutt pgp setting: > # automatically verify the sign of a message when opened > set crypt_verify_sig=yes > > mailcap > application/pgp-signature; gpg %s > > What am I missing?
Mutt knows how to handle PGP/MIME internally; you don't typically want to set up mailcap entries for it. (It can't do what you probably want.) First, consider sourcing gpg.rc to set up gpg within mutt. It comes with the mutt distribution, but if you can't find it in your package you can grab a copy here: http://dev.mutt.org/hg/mutt/raw-file/tip/contrib/gpg.rc Set pgp_verify_sig=yes to automatically verify signatures. -- David Champion • [email protected] • IT Services • University of Chicago
