## ## $HOME/.mutt/mailcap ## Sebastian Helms ## Last changed : 07.01.2001 ## ## enthält Behandlungsanweisungen für MIME-Typen # PGP-Anhänge an PGP weiterleiten application/pgp-keys; pgp -f < %s ; copiousoutput # HTML an Lynx weitergeben text/html; lynx -dump -force_html %s; copiousoutput; needsterminal; # Binaries an mutt.octet.filter von Dave Pearson # http://www.hagbard.demon.co.uk/index.html application/octet-stream; mutt.octet.filter %s; copiousoutput # Email-Anhänge einfach anzeigen message/*; cat; copiousoutput # VCards an mutt.vcard.filter von Dave Pearson # http://www.hagbard.demon.co.uk/index.html text/x-vcard; mutt.vcard.filter; copiousoutput # S/MIME Zertifikate application/x-pkcs7-signature; openssl smime -pk7out -inform DER -in %s |openssl pkcs7 -print_certs |openssl x509 -text -noout|less