> I have a problem with one specific e-mail in p9p acme Mail: only some > part of it is displayed (~1/2) when I open it (right click) in acme > Mail. According to mutt, the encoding is iso-8859-15 and I can read it > fine there. > There does not seem to be anything special in the first line which is > "not there" in acme Mail; some accented characters but not different > from other ones which appear sooner in the mail.
acme couldn't care less. mailfs is converting the message to utf-8 (or not) according to the content headers. 9p read mail/mbox/40/raw |grep -i '^content' might tell something useful, like what character set the message is claiming to be in. russ
