Add video/* entry to .mailcap (using mplayer).
authorW. Trevor King <wking@tremily.us>
Thu, 7 Jun 2012 18:26:53 +0000 (14:26 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Jun 2012 18:26:53 +0000 (14:26 -0400)
src/.mailcap

index d354914fb1050bec691ccbe81b25c1af57a8b239..91fce638f9fa394b157d69c5ed5a351e351bef44 100644 (file)
@@ -1,6 +1,7 @@
 image/*;       pqiv %s; test=test -n "$DISPLAY"
 image/*;       fbi -a %s; test=test "$TERM" == "linux"; needsterminal
 audio/*;       mplayer %s;
+video/*;       mplayer %s; test=test -n "$DISPLAY"
 text/html;     /usr/bin/firefox %s; test=test -n "$DISPLAY"; description=HTML Text; nametemplate %s.html
 text/html;     w3m -T text/html %s
 #text/html;    w3m -T text/html %s; description=HTML Text; nametemplate %s.html