Torben Knudsen <t...@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



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to