[mew-int 01126] Re: Mew 3.0.68 and extremely annoying problem with attachments...
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Fri Oct 18 14:39:40 JST 2002
From: Miguel Marques <miguel at example.com>
Subject: [mew-int 01125] Mew 3.0.68 and extremely annoying problem with attachments...
> If anyone as any idea on how to fix this I'd really appreciate some
> help. Versions are:
There are three ways to go:
(1) If you don't want to use multipart/alternative functionality, that
is, you want to dispaly multipart/alternative like
multipart/mixed:
Put the following to your .mew.el
(setq mew-use-alternative nil)
(2) If you want to use multipart/alternative functionality but prefer
text/plain to text/html:
Remove
(setq mew-mime-multipart-alternative-list
'("Text/Html" "Text/Plain" ".*"))
from your .emacs or .mew.el
Note that '("Text/Plain" ".*") is the default value.
(3) If you want to use multipart/alternative functionality and
want to display text/html *inline*:
Put the following to your .mew.el
(setq mew-mime-multipart-alternative-list
'("Text/Html" "Text/Plain" ".*"))
And install "w3m" and "mew-w3m.el". For more information,
see "mew.dot.mew".
--Kazu
More information about the Mew-int
mailing list