From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3497 Path: news.gmane.org!not-for-mail From: jeff.rancier@softechnics.com (Jeffery B. Rancier) Newsgroups: gmane.emacs.gnus.user Subject: Re: html email problem Date: Wed, 11 Feb 2004 19:49:20 -0500 Message-ID: References: <87llnbzu0f.fsf@debian.laymusic.org> <87oes7epgz.fsf@tuba.localdomain> <87ekt3elvo.fsf@tuba.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669595 19206 80.91.229.2 (31 Jan 2006 01:06:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:06:35 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:18 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: mailserver.softechnics.com Original-X-Trace: quimby.gnus.org 1076546979 13443 65.247.80.131 (12 Feb 2004 00:49:39 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 12 Feb 2004 00:49:39 +0000 (UTC) User-Agent: Gnus/5.110001 (No Gnus v0.1) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:GOsIrRz+jAkKax8ERVzN0bE5IB4= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3638 Original-Lines: 39 X-Gnus-Article-Number: 3638 Tue Jan 17 17:32:18 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3497 Archived-At: Harald Maier writes: > I am showing html mails always as attachment. The following > mm-inline.* setting does this. You can set it by customize. > > ,----[ .gnus ] > | ;; This setting causes to show html mails as attachment even if they > | ;; can be displayed. Super !!! > | (setq mm-inline-override-types '("text/html")) > `---- > > Additional you need a text/html entry in the ~/.mailcap file. > Personally, I am using mozilla. > > ,----[ ~/.mailcap ] > | text/html; /opt/mozilla/mozilla -remote openURL\(file:%s\) > `---- I tried this, but since I use window I set my .mailcap as follows: ,---- | text/html; c:\usr\pkg\MozillaFirebird\MozillaFirebird.exe -remote openURL\(file:%s\) `---- But now Gnus is showing the messages as plain text, but at least it's not barfing. Is there some other variable that's conflicting with mm-inline-override-types? Or perhaps I'm missing some other customization? -- Thanks, Jeff ,---- | Jeffery B. Rancier | | Softechnics | a METTLER TOLEDO company `----