# ----- User Section Begins ----- # # File formats # Some of these require apps, in particular excel2text: # http://www.spocom.com/users/gjohnson/mutt/excel2text # And the following entries in /etc/mailcap # ---------------------------------------------------------------------- # application/msword; wvMime '%s'; needsterminal; description=Microsoft Word D application/msword; wvWare --nographics -x /usr/share/wv/wvHtml.xml '%s' | lynx -dump -force_html -nolist /dev/stdin; copiousoutput; description=Microsoft Word Document; print=wvWare --nographics -x /usr/share/wv/wvHtml.xml '%s' | lynx -dump -force_html -nolist /dev/stdin | print text/plain:- application/pdf; /usr/bin/xpdf '%s'; test=test "$DISPLAY" != ""; description application/pdf; /usr/bin/X11/gv '%s'; test=test -n "$DISPLAY" text/html; /usr/bin/w3m -T text/html '%s'; needsterminal; description=HTML T application/excel; excel2text %s; copiousoutput application/msexcel; excel2text %s; copiousoutput application/vnd.ms-excel; excel2text %s; copiousoutput application/x-excel; excel2text %s; copiousoutput application/x-msexcel; excel2text %s; copiousoutput application/ms-Excel; excel2text %s; copiousoutput # ---------------------------------------------------------------------- # ----- User Section Ends ----- # ###############################################################################