# This file is organized to be used mostly by mutt & netscape (4.x) # # Netscape uses the last attributes of a particular MIME type. # # Mutt uses a 'copiousoutput' entry to decode/display w/in the # built-in/default pager. Otherwise, it uses the non-'copiousoutput' # entry to operate on a given MIME type. See 'manual.txt' (section 5, # Mutt's MIME Support, for version 1.5.3) included in the mutt # distribution # text/plain; ; x-mozilla-flags=internal text/html ; w3m -T text/html %s text/html ; w3m -dump -T text/html %s ; copiousoutput text/* ; vim -u $HOME/cf/vim/vim.cf -RM %s # image/jpeg; xv %s ; test=RunningX; x-mozilla-flags=internal image/*; xv %s ; test=RunningX image/tiff; xv %s # audio/wav ; xmms %s audio/mp3 ; xmms %s audio/* ; xmms %s # application/ms-word; antiword -t %s application/ms-word; antiword -t %s ; copiousoutput application/ms-word; catdoc -m74 -x -8 %s ; copiousoutput application/ms-word; antiword -t %s | xless # application/x-perl; xterm -e vim -u $HOME/cf/vim/vim.cf %s application/x-sh; xterm -e vim -u $HOME/cf/vim/vim.cf %s application/x-tcl; xterm -e vim -u $HOME/cf/vim/vim.cf %s # application/x-bzip2 ; bzcat %s ; copiousoutput application/x-bzip2 ; bzcat %s | xless # application/x-gunzip; gzcat %s ; copiousoutput application/x-gunzip; gzcat %s | xless # application/x-tar-bzip2 ; bunzip2 -c %s | tar -tf - ; copiousoutput # application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput # application/pdf; gv %s ; test=RunningX application/pdf; acroread %s ; test=RunningX #application/pdf; pdftohtml %s | w3m -dump -T text/html; copiousoutput application/pdf; acroread %s # application/postscript; gv %s ; test=RunningX ; copiousoutput application/postscript; pstotext %s ; ; copiousoutput application/postscript; ps2ascii %s ; ; copiousoutput application/postscript; gv %s # application/x-dvi; xdvi %s ; test=RunningX application/x-dvi; xdvi %s # application/x-tex; ; copiousoutput application/x-tex; xless %s