mutt-wizard/share/mailcap

10 lines
415 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;
2020-02-09 09:03:10 -05:00
image/*; openfile %s ;
2018-10-07 15:43:44 -04:00
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
2019-04-21 20:42:39 -04:00
application/pdf; openfile %s ;
2018-10-07 15:43:44 -04:00
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
2020-05-25 21:02:53 -04:00
application/pgp-keys; gpg --import '%s'; copiousoutput;