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 15:03:10 +01:00
image/*; openfile %s ;
2018-10-07 21:43:44 +02:00
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
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;
2020-05-26 03:02:53 +02:00
application/pgp-keys; gpg --import '%s'; copiousoutput;