[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: viewing an email that is only content type HTML
- To: Wanderlust Mailing List <wl-en@lists.airs.net>
- Subject: Re: viewing an email that is only content type HTML
- From: Erik Hetzner <ehetzner@gmail.com>
- Date: Fri, 12 Feb 2010 12:26:19 -0800
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=pfXlNFjk45c9HUGYYWlrgFH1zrazmlEdB1R8bK7juLE=; b=OhuMxy9haul2waoSvTk4oq25XDV42g5KJN24LB+GxXBjho5JouJbg7SAPT5CPRXlrm RUrM3vUrtI6N5WG9oehfB2Mv9Zr0g62hqIfOwFWcaTbykQ40DbLgjI9cvAsBWtjS8cA/ sFohzDUCBkIhCgmYuKON2QV/23D5fmg/hVKDQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type:content-transfer-encoding; b=V9wx1JTs/KHieKR4i+XgZUpUDe/ACxP1CpZusNruSzCMJwPCJsCjjsrBUsgLwAKW7J NMVIIr4p9gldYFQYEv4vINdZrAr2a71cwNwEj2EHdc+7l3mlOy8hMCD1/aCKeQ301/SS m+gMszHBLS/jeqVFAbpVOGjM0V5zscyRR/kHc=
- In-reply-to: <87r5oq1a40.wl%ucecesf@ucl.ac.uk>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <87r5oq1a40.wl%ucecesf@ucl.ac.uk>
- Reply-to: wl-en@lists.airs.net
- User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI)
At Fri, 12 Feb 2010 20:18:23 +0000,
Eric S Fraga <ucecesf@ucl.ac.uk> wrote:
>
> Hello,
>
> I have no problem reading emails which contain HTML entities.
> However, I often (increasingly and annoyingly so) get emails which are
> solely HTML. Even the ones that are well specified, including for
> instance the "Content-Type: text/html; charset=utf-8" type of header
> entry, are displayed in raw mode. That is, I see the actual HTML
> code.
>
> How can I configure Wl either to show me the interpreted contents
> (e.g. as I would get if I piped the message body through w3m or links
> or equivalent) or leave the contents hidden but with a means to spawn
> an external or emacs internal HTML viewer if desired? Of, even if the
> raw contents are shown, how can I spawn an external viewer or use an
> internal viewingmode on the whole message?
>
> Thanks for any suggestions or pointers!
>
> eric
>
> PS - I am using wl-beta (2.15.6+0.20090322-1) on Debian testing/unstable.
Hi Eric -
Have you tried the following?
(require 'mime-w3m)
I also advise the following:
(eval-after-load "semi-setup"
'(set-alist 'mime-view-type-subtype-score-alist '(text . html) 0))
This ensures that text/html contents are the least preferred of all
alternatives. You can then use C-c C-v C-c to toggle display of the
HTML alternative part if you desire.
best,
Erik
Attachment:
pgpMbmfidrWrO.pgp
Description: PGP signature