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

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

Re: Reading html email with firefox


From: Simon Kellett
Subject: Re: Reading html email with firefox
Date: Thu, 03 Feb 2005 22:04:04 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

Chris Parsons <newspost.p@rsons.org> writes:

> Something I was thinking of the other day... has anyone ever configured
> gnus to read html email with a browser (such as firefox?)

For inline reading I have:

(setq mm-text-html-renderer 'w3m)
(setq mm-inline-text-html-renderer
      'mm-inline-text-html-render-with-w3m)
(eval-after-load "mm-decode"
  '(progn
     (add-to-list 'mm-discouraged-alternatives "text/html")
     (add-to-list 'mm-discouraged-alternatives "text/richtext")))

for browsing a link I have:

(setq browse-url-browser-function 'browse-url-mozilla
      browse-url-mozilla-program "firefox"
;      browse-url-mozilla-arguments '("-a" "firefox")
      browse-url-new-window-flag t)

Perhaps some combination will render HTML mail externally ?

-- 
Simon Kellett, Darmstadt, Germany  |  http://home.arcor.de/zoxed
Gentoo Linux, Fvwm, Firefox        |            Xemacs, vm, Gnus

reply via email to

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