[mew-int 2991] Re: display html mail with w3m
Tatsuya Kinoshita <[email protected]> Sat, 30 Apr 2011 02:57:00 +0900 (JST)
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <20110430.025700.305673682.tats%[email protected]> |
On April 30, 2011 at 1:30AM +0900,
tats (at vega.ocn.ne.jp) wrote:
> Does emacs-w3m (w3m-el-snapshot) work correctly, outside of Mew?
>
> M-x w3m RET
> U http://www.mew.org RET
If it works, the following configuration may work on Mew.
;; Quoting from /usr/share/doc/mew-beta/examples/dot.mew.gz
(setq mew-mime-multipart-alternative-list '("Text/Html" "Text/Plain" "*."))
(condition-case nil
(require 'mew-w3m)
(file-error nil))
If you still have the problem, please forward your problematic mail
to me. I'll try to reproduce your problem.
Thanks,
--
Tatsuya Kinoshita