mutt-wizard/share/mailcap

8 lines
356 B
Plaintext
Raw Normal View History

2019-04-26 17:28:07 +02:00
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
2019-04-22 02:42:39 +02:00
image/*; muttimage %s ; copiousoutput
2018-10-07 21:43:44 +02:00
video/*; setsid mpv --quiet %s &; copiousoutput
2019-04-22 02:42:39 +02:00
application/pdf; openfile %s ;
2018-10-07 21:43:44 +02:00
application/pgp-encrypted; gpg -d '%s'; copiousoutput;