mutt-wizard/mailcap

8 lines
276 B
Plaintext
Raw Normal View History

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