From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4410 Path: news.gmane.org!not-for-mail From: Simon Kellett Newsgroups: gmane.emacs.gnus.user Subject: Re: Reading html email with firefox Date: Thu, 03 Feb 2005 22:04:04 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670335 23123 80.91.229.2 (31 Jan 2006 01:18:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:18:55 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:43 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net 2eWyTOljpSsHKtdXrWgSLArsmllOKIcxWB4/pN3iflzRheZYMz User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:/p3Gly81VDrfSsYlY8ONTLXXjmA= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4551 Original-Lines: 27 X-Gnus-Article-Number: 4551 Tue Jan 17 17:33:43 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4410 Archived-At: Chris Parsons 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