mailcap 568 B

123456789101112131415161718192021
  1. # -*- muttrc -*-
  2. #
  3. # Mutt configuration file
  4. # 2006, kolter <kolter@openics.org>
  5. #
  6. # This file is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY
  8. #
  9. # Mailcap settings for Mutt.
  10. #
  11. #text/html; elinks -dump-charset utf8 -force-html -dump-width 132 -dump %s ; copiousoutput
  12. #text/html; iconv -f latin1 -t utf8 %s | w3m -dump -T text/html ; copiousoutput
  13. text/html; mailhtml2view %s ; copiousoutput
  14. audio/*; xmms %s
  15. image/*; display %s
  16. video/*; mplayer %s
  17. application/pdf; pdftotext -layout %s - | iconv -f latin1 -t utf8 ; copiousoutput;