> is there a way to configure mutt to consider the charset for > displaying inline html?
Not that I know of; I use a simple wrapper script for that (I use lynx,
adjust options accordingly), using isutf8 (part of moreutils):
isutf8 ${1} >& /dev/null \
&& lynx -assume_charset=utf-8 -display_charset=utf-8 -dump -force_html
${1} \
|| lynx -display_charset=utf-8 -dump -force_html ${1}
--
--====|====--
--------================|================--------
Patrice Levesque
http://ptaff.ca/
[email protected]
--------================|================--------
--====|====--
--
signature.asc
Description: Digital signature
