mutt/mailcap

Tue, 28 Aug 2012 18:28:45 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:28:45 +0200
changeset 528
3b08e6396b45
permissions
-rw-r--r--

Massively update from 5.1 to 5.5 release, completely changing from
autotools to cmake build configuration along with the corresponding
corrections. Correct some less important problems like typical german
english mistakes, as well as use parallel make for faster builds with
SMP and multicore architectures. Warning, the 5.5 releases of MySQL
seem to be equally bug ridden as the 5.1 are, for example building
the NDBCluster storage engine fails.

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

mercurial