From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41029 Path: main.gmane.org!not-for-mail From: Russ Allbery Newsgroups: gmane.emacs.gnus.general Subject: Re: HTML Rendering Date: Fri, 28 Dec 2001 16:14:26 -0800 Organization: The Eyrie Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176492 4027 80.91.224.250 (21 Oct 2002 05:01:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:01:32 +0000 (UTC) Return-Path: Original-Received: (qmail 16203 invoked from network); 29 Dec 2001 00:15:08 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 29 Dec 2001 00:15:08 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16K79E-0002rX-00; Fri, 28 Dec 2001 18:14:48 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 28 Dec 2001 18:14:39 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA23100 for ; Fri, 28 Dec 2001 18:14:29 -0600 (CST) Original-Received: (qmail 16189 invoked by alias); 29 Dec 2001 00:14:32 -0000 Original-Received: (qmail 16184 invoked from network); 29 Dec 2001 00:14:32 -0000 Original-Received: from windlord.stanford.edu (171.64.13.23) by gnus.org with SMTP; 29 Dec 2001 00:14:32 -0000 Original-Received: (qmail 4253 invoked by uid 50); 29 Dec 2001 00:14:26 -0000 Original-To: ding@gnus.org In-Reply-To: (Richard Hoskins's message of "Fri, 28 Dec 2001 19:07:51 -0500") Original-Lines: 27 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Common Lisp, sparc-sun-solaris2.6) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41029 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41029 Richard Hoskins writes: > But you might not want those settings if you use w3 for other stuff, and > besides, Gnus doing those types of things with mail reminds me of > Outlook. In which case you may want: (custom-set-variables ;; Avoid text/html parts if possible (w3-mode is slow). Also avoid ;; text/enriched, since it's often more difficult to read. '(mm-discouraged-alternatives '("text/html" "text/enriched")) ;; Buttonize text/html rather than display it automatically. It's frequently ;; spam and I don't want to incur the wait to have it render. '(mm-automatic-display (remove "text/html" mm-automatic-display))) That will skip the HTML entirely if it's in multipart/alternative, and otherwise will show you the raw HTML with a button; if you want to see it rendered, press "b" twice. Getting the standalone bit working is even better of course, but the above works pretty well for me. -- Russ Allbery (rra@stanford.edu)