mutt/mailcap

Thu, 04 Oct 2012 20:30:05 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:30:05 +0200
changeset 715
c10fb90893b9
permissions
-rw-r--r--

Correct out of date build configuration, porting to Solaris 11 network
link infrastructure and new libpcap logic. This additionally allows for
device drivers in subdirectories of /dev. Correct packaged nmap
personalities and signatures to work out of the box. Finally, hack
arpd logic to properly close sockets and quit on TERM by repeating
signaling in the run command script. Sadly, all this fails to correct
the run time behaviour of honeyd which fails to bind to the IP layer.

michael@478 1 ##
michael@478 2 ## @l_prefix@/etc/mutt/mailcap -- Global Mutt Mail Capability Database
michael@478 3 ## Copyright (c) 1998-2003 Ralf S. Engelschall <rse@engelschall.com>
michael@478 4 ##
michael@478 5
michael@478 6 text/html; (w3m %s) 2>/dev/null || (lynx %s) 2>/dev/null || mozilla -remote openURL\(%s\); nametemplate=%s.html
michael@478 7 text/html; (w3m -dump %s) 2>/dev/null || (lynx -dump %s) 2>/dev/null || cat; nametemplate=%s.html; copiousoutput
michael@478 8 image/*; (display %s) 2>/dev/null || xv %s
michael@478 9 image/*; (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm | pgmtopbm | pbmtoascii -1x2) 2>&1; copiousoutput
michael@478 10 video/*; mplayer %s
michael@478 11 application/pdf; (acroread %s) 2>/dev/null || (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview %s) 2>/dev/null || gs %s
michael@478 12 application/postscript; (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview %s) 2>/dev/null || gs %s
michael@478 13 application/x-dvi; xdvi %s
michael@478 14 application/vnd.ms-powerpoint; (msov --format=ppt %s) 2>/dev/null || openoffice %s
michael@478 15 application/vnd.ms-excel; (msov --format=xls %s) 2>/dev/null || openoffice %s
michael@478 16 application/vnd.ms-word; (msov --format=doc %s) 2>/dev/null || openoffice %s
michael@478 17 application/msword; (msov --format=doc %s) 2>/dev/null || openoffice %s
michael@478 18

mercurial