From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43108 Path: main.gmane.org!not-for-mail From: david.goldberg6@verizon.net (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: Improper handling of some mime types Date: Thu, 14 Feb 2002 12:39:16 -0500 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 1035178256 15787 80.91.224.250 (21 Oct 2002 05:30:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:30:56 +0000 (UTC) Return-Path: Original-Received: (qmail 7711 invoked from network); 14 Feb 2002 17:40:31 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 14 Feb 2002 17:40:31 -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 16bPrd-0008Ev-00; Thu, 14 Feb 2002 11:40:09 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 14 Feb 2002 11:40:07 -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 LAA13586 for ; Thu, 14 Feb 2002 11:39:55 -0600 (CST) Original-Received: (qmail 7682 invoked by alias); 14 Feb 2002 17:39:47 -0000 Original-Received: (qmail 7677 invoked from network); 14 Feb 2002 17:39:47 -0000 Original-Received: from smtpproxy1.mitre.org (129.83.20.90) by gnus.org with SMTP; 14 Feb 2002 17:39:47 -0000 Original-Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.11.3/8.11.3) with ESMTP id g1EHdJ816746 for ; Thu, 14 Feb 2002 12:39:19 -0500 (EST) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id g1EHdHk08015 for ; Thu, 14 Feb 2002 12:39:17 -0500 (EST) Original-Received: from blackbird.mitre.org (129.83.10.221) by mailhub1.mitre.org with SMTP id 9192438; Thu, 14 Feb 2002 12:38:51 -0500 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: (Kurt Swanson's message of "14 Feb 2002 08:57:09 -0800") Original-Lines: 17 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.1 (Cuyahoga Valley, sparc-sun-solaris2.7) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43108 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43108 (setq gnus-buttonized-mime-types (cons "multipart/alternative" gnus-buttonized-mime-types)) At least guarantees you the button. However, you must have taken some effort to see the text/plain instead of the text/html. You must have something similar to this (setq mm-discouraged-alternatives (list "multipart/related" "text/html" "text/richtext")) in your configuration somewhere. -- Dave Goldberg david.goldberg6@verizon.net