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

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

Re: HTML Emails


From: Tassilo Horn
Subject: Re: HTML Emails
Date: Thu, 18 Oct 2007 09:14:30 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

slack-rat <gnus@azurservers.com> writes:

Hi,

> in .gnus, this works for me:
>
> ;; Show the text/plain part of a multipart
> (setq mm-discouraged-alternatives
>       '("text/html"
>       "text/richtext"))

This will only preventy you from seeing the html part if a plain text
part is present in multipart messages.

> ;; I would like gnus to always use Netscape/mozilla/etc 
> (setq browse-url-browser-function 'browse-url-firefox)

And this affects only which browser to use when hitting RET on a link.

I use emacs-w3m [1] to render html mails inside emacs.

(setq mm-text-html-renderer 'w3m)
(setq mm-inline-text-html-with-images t)
(setq mm-inline-large-images t)

Bye,
Tassilo
__________
[1] http://emacs-w3m.namazu.org
-- 
There is no such thing as global warming. Chuck Norris was cold, so he
turned the sun up.





reply via email to

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