Flesh out .mailcap.
authorW. Trevor King <wking@drexel.edu>
Mon, 28 Nov 2011 21:32:07 +0000 (16:32 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 28 Nov 2011 21:32:07 +0000 (16:32 -0500)
src/.mailcap

index f366bba5b8e03c8aeddc9aa4631286a2a4a22d62..8a40ce34e9f5769b89bd526df2cbe42950004722 100644 (file)
@@ -1,4 +1,10 @@
 image/*;       qiv %s; test=test -n "$DISPLAY"
+image/*;       fbi -a %s; test=test "$TERM" == "linux"; needsterminal
+audio/*;       mplayer %s;
 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
-application/pdf; /usr/bin/xpdf %s; test=test -n "$DISPLAY"; description=Portable Document Format; nametemplate=%s.pdf
+#application/pdf; /usr/bin/xpdf %s; test=test -n "$DISPLAY"; description=Portable Document Format; nametemplate=%s.pdf
+application/pdf; /usr/bin/evince %s; test=test -n "$DISPLAY"; description=Portable Document Format; nametemplate=%s.pdf
+application/pdf; /usr/bin/fbgs %s; test=test "$TERM" == "linux"; description=Portable Document Format; nametemplate=%s.pdf; needsterminal
+application/msword; /usr/bin/ooffice %s; test=test "$DISPLAY" != ""; description=MS Word Document Format; nametemplate=%s.doc