From: W. Trevor King Date: Thu, 7 Jun 2012 18:26:53 +0000 (-0400) Subject: Add video/* entry to .mailcap (using mplayer). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=77d938cf6901762a0190b7899b56ebd07c1b450e;p=dotfiles-public.git Add video/* entry to .mailcap (using mplayer). --- diff --git a/src/.mailcap b/src/.mailcap index d354914..91fce63 100644 --- a/src/.mailcap +++ b/src/.mailcap @@ -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