From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21520 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: Prefer text for text and html? Date: 25 Feb 1999 10:46:59 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <6fk8x68poz.fsf@dna.lth.se> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159608 23372 80.91.224.250 (21 Oct 2002 00:20:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:20:08 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA04132 for ; Thu, 25 Feb 1999 10:48:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB28583; Thu, 25 Feb 1999 09:47:04 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 25 Feb 1999 09:47:46 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA18789 for ; Thu, 25 Feb 1999 09:47:34 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA04098 for ; Thu, 25 Feb 1999 10:47:26 -0500 (EST) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id KAA11596 for ; Thu, 25 Feb 1999 10:49:41 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.7/8.8.7) id KAA07177; Thu, 25 Feb 1999 10:47:00 -0500 (EST) 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 "Thu, 25 Feb 1999 15:31:57 GMT" Original-Lines: 15 User-Agent: Gnus/5.070077 (Pterodactyl Gnus v0.77) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21520 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21520 > if some annoying netscape user sends me both html and text versions > of a message, I want to ignore the html and only show the text. Is > there some way to achieve this? in your .gnus do ;;;; show the text/plain part before the text/html part in multpart/alternative (require 'mm-decode) (push "text/plain" mm-alternative-precedence) -- Dave Goldberg Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org