| 123456789101112131415161718192021 | 
							- # -*- muttrc -*-
 
- #
 
- # Mutt configuration file
 
- # 2006,  kolter <kolter@openics.org>
 
- #
 
- #  This file is distributed in the hope that it will be useful,
 
- #  but WITHOUT ANY WARRANTY
 
- #
 
- # Mailcap settings for Mutt.
 
- #
 
- #text/html; elinks -dump-charset utf8 -force-html -dump-width 132 -dump %s ; copiousoutput
 
- #text/html; iconv -f latin1 -t utf8 %s | w3m -dump -T text/html ; copiousoutput
 
- text/html; mailhtml2view %s ; copiousoutput
 
- audio/*; xmms %s
 
- image/*; display %s
 
- video/*; mplayer %s
 
- application/pdf; pdftotext -layout %s - | iconv -f latin1 -t utf8 ; copiousoutput;
 
 
  |