mutt-wizard/mailcap

8 lines
276 B
Plaintext
Raw Normal View History

2018-07-24 00:00:01 -04:00
text/plain; vim %s ;
2019-04-21 20:42:39 -04:00
text/html; openfile %s ;
2018-05-04 13:05:33 -07:00
text/html; w3m -I %{charset} -T text/html; copiousoutput;
2019-04-21 20:42:39 -04:00
image/*; muttimage %s ; copiousoutput
2018-10-07 15:43:44 -04:00
video/*; setsid mpv --quiet %s &; copiousoutput
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;