slack-rat <[EMAIL PROTECTED]> 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.



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to