mutt-wizard/share/mailcap
g-w1 a2623f77cc
Add audio playback with mailcap and mpv (#499)
Allow audio to also be listened to from an email. Did not include setsid because then there would be no way to pause.
2020-07-19 17:58:53 -04:00

10 lines
415 B
Plaintext

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;
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;