On Wed, May 26, 2004 at 10:35:58 +0200, bing yu wrote:
> when i attache a MS doc file in my outgoing mail. the doc file can
> display properly in mutt
>
> but mutt can not display doc when i got doc attachment from others.
A typical cause is that those messages don't declare the proper MIME type
i have installed wvHtml and it works
~/.mailcap
application/msword; wvHtml --charset=gb2312 %s - | lynx --dump -stdin;
nametemplate=%s.html; copiousoutput
text/html; lynx --dump %s; nametemplate=%s.html; copiousoutput
~/.muttrc
set implicit_autoview = yes
auto_view text/html application/msword
2 matches
Mail list logo