info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to see html stuff


From: Tassilo Horn
Subject: Re: Best way to see html stuff
Date: Mon, 15 Dec 2008 11:47:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Torben Knudsen <tk@es.aau.dk> writes:

Hi Torben,

> Quit often I get mails where I don't see stuff included in html (I
> guess).  What is the best settings and ways to see what people using
> e.g. outlook includes in there mail?

I use these settings for rendering html mail:

--8<---------------cut here---------------start------------->8---
;; Use emacs-w3m to render html mails and display images
(setq mm-text-html-renderer 'w3m
      mm-inline-text-html-with-images t
      mm-inline-large-images t)

;; Show plain text part by default, but provide buttons for the
;; html part
(setq mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched")
      gnus-buttonized-mime-types  '("multipart/signed" "multipart/alternative"))
--8<---------------cut here---------------end--------------->8---

Of course, you need w3m and emacs-w3m to use it.

Bye,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]