mutt-wizard/etc/mailcap

8 lines
342 B
Plaintext
Raw Normal View History

2018-07-24 06:00:01 +02:00
text/plain; vim %s ;
2018-11-06 21:08:23 +01:00
text/html; ~/.config/mutt/etc/openfile.sh %s ;
2018-05-04 22:05:33 +02:00
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput
2018-10-07 21:43:44 +02:00
video/*; setsid mpv --quiet %s &; copiousoutput
2018-11-06 21:08:23 +01:00
application/pdf; ~/.config/mutt/etc/openfile.sh %s ;
2018-10-07 21:43:44 +02:00
application/pgp-encrypted; gpg -d '%s'; copiousoutput;