From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25850 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: HTML recognition Date: 12 Oct 1999 10:40:58 +0100 Organization: Citrix Systems (Cambridge) 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=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035163164 16240 80.91.224.250 (21 Oct 2002 01:19:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:19:24 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA25732 for ; Tue, 12 Oct 1999 05:43:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB11550; Tue, 12 Oct 1999 04:43:06 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Oct 1999 04:43:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA04726 for ; Tue, 12 Oct 1999 04:42:59 -0500 (CDT) Original-Received: from gatekeeper.ctxuk.citrix.com (root@gatekeeper.ctxuk.citrix.com [195.153.38.114]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA25721 for ; Tue, 12 Oct 1999 05:41:02 -0400 (EDT) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id KAA08803 for ; Tue, 12 Oct 1999 10:41:00 +0100 (BST) Original-Received: from hwmail01.ctxuk.citrix.com (hwmail01.ctxuk.citrix.com [10.30.224.23]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id KAA22562 for ; Tue, 12 Oct 1999 10:41:00 +0100 (BST) Original-Received: from lanber.cam.citrix.com (LANBER [10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id 4W5HWMLC; Tue, 12 Oct 1999 10:40:59 +0100 Original-To: The Gnus Mailing List Original-Lines: 19 In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "11 Oct 1999 23:17:16 +0200" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25850 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25850 Kai> Kai Großjohann 0> In article , Kai wrote: Kai> There is a variable mm-inline-media-tests. And then there's Kai> mm-inlined-types. I'm not sure about the relation between these. `mm-inline-media-tests' specifies what *can* be inlined. `mm-inlined-types' specifies what *should* be inlined. `mm-automatic-display' specifies what should be inlined *initially*. `mm-attachment-override-types' controls *attachment* inlining. For the poster who didn't want to see HTML by default (but still have the button for an explicit choice to view it), try ;; untested (setq mm-automatic-display (delete "text/html" mm-automatic-display)) Does that do what you want?