You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.3 KiB
18 lines
1.3 KiB
## |
|
## @l_prefix@/etc/mutt/mailcap -- Global Mutt Mail Capability Database |
|
## Copyright (c) 1998-2003 Ralf S. Engelschall <rse@engelschall.com> |
|
## |
|
|
|
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 |
|
|
|
|