projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c495f82
)
Add video/* entry to .mailcap (using mplayer).
author
W. Trevor King
<wking@tremily.us>
Thu, 7 Jun 2012 18:26:53 +0000
(14:26 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 7 Jun 2012 18:26:53 +0000
(14:26 -0400)
src/.mailcap
patch
|
blob
|
history
diff --git
a/src/.mailcap
b/src/.mailcap
index d354914fb1050bec691ccbe81b25c1af57a8b239..91fce638f9fa394b157d69c5ed5a351e351bef44 100644
(file)
--- 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