diff -r eaa40d75d36a -r 804dbcd7beb4 mutt/mailcap --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mutt/mailcap Sun Aug 05 21:46:09 2012 +0200 @@ -0,0 +1,18 @@ +## +## @l_prefix@/etc/mutt/mailcap -- Global Mutt Mail Capability Database +## Copyright (c) 1998-2003 Ralf S. Engelschall +## + +text/html; (w3m %s) 2>/dev/null || (lynx %s) 2>/dev/null || mozilla -remote openURL\(%s\); nametemplate=%s.html +text/html; (w3m -dump %s) 2>/dev/null || (lynx -dump %s) 2>/dev/null || cat; nametemplate=%s.html; copiousoutput +image/*; (display %s) 2>/dev/null || xv %s +image/*; (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm | pgmtopbm | pbmtoascii -1x2) 2>&1; copiousoutput +video/*; mplayer %s +application/pdf; (acroread %s) 2>/dev/null || (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview %s) 2>/dev/null || gs %s +application/postscript; (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview %s) 2>/dev/null || gs %s +application/x-dvi; xdvi %s +application/vnd.ms-powerpoint; (msov --format=ppt %s) 2>/dev/null || openoffice %s +application/vnd.ms-excel; (msov --format=xls %s) 2>/dev/null || openoffice %s +application/vnd.ms-word; (msov --format=doc %s) 2>/dev/null || openoffice %s +application/msword; (msov --format=doc %s) 2>/dev/null || openoffice %s +