From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86565 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Newsgroups: gmane.emacs.gnus.general Subject: Re: How to get multipart/alternative button to show plain text by default? Date: Thu, 07 Jan 2016 00:04:52 +0100 Organization: m Message-ID: <87ziwib97v.fsf@nemi.mork.no> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1452121538 23502 80.91.229.3 (6 Jan 2016 23:05:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2016 23:05:38 +0000 (UTC) Cc: ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M34792@lists.math.uh.edu Thu Jan 07 00:05:26 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aGx8w-00032I-6l for ding-account@gmane.org; Thu, 07 Jan 2016 00:05:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aGx8Y-0008Ep-1G; Wed, 06 Jan 2016 17:05:02 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aGx8V-0008EK-Rh for ding@lists.math.uh.edu; Wed, 06 Jan 2016 17:04:59 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aGx8U-0007aJ-2K for ding@lists.math.uh.edu; Wed, 06 Jan 2016 17:04:59 -0600 Original-Received: from canardo.mork.no ([148.122.252.1]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aGx8S-0002EM-LZ for ding@gnus.org; Thu, 07 Jan 2016 00:04:56 +0100 Original-Received: from nemi.mork.no (nemi.mork.no [IPv6:2001:4641:0:2:e8b:fdff:fe08:971]) (authenticated bits=0) by canardo.mork.no (8.14.4/8.14.4) with ESMTP id u06N4qlE005867 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Thu, 7 Jan 2016 00:04:53 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=a; t=1452121494; bh=y939JP3HLE4F2JxOVHE6R2MDBEbjtnQX8kedbOx2i3s=; h=From:To:Cc:References:Date:Message-ID:From; b=CNeuZJQ9Q7h866RjAViPbm+KQq/ruzhPpGhAm6BYglfJzF/4Osn6nmX743SJOmYec AKf0KBDAV+hlLO9EwCgJlda5nbZFXaEz+pUO8IPnR3RK7ARR7KDj04grKDY8U7Z/U8 mWpcDiIAKlDXEpK9PMbYI2dTZE/fZtmeM3h+Ybv2uorj0DQLoecdycXpANIkj8z6I+ x1kKOoaO4UP9Tn1rIi1pgdppwCxdob1/D1k+LfCQQ9Hj1m0ipnzoRiCshNL8R1t54t IFLRZ2hLZNgaBi0ojKtFqelada6sYqab64A2Ox3iEFcjKxB3+XwnPJNEX/ACrUhWdn 2ICH4rAaT/RJA== Original-Received: from bjorn by nemi.mork.no with local (Exim 4.84) (envelope-from ) id 1aGx8O-00045h-Nm; Thu, 07 Jan 2016 00:04:52 +0100 In-Reply-To: (Dave Abrahams's message of "Wed, 6 Jan 2016 22:37:39 +0000 (UTC)") User-Agent: Gnus/5.130013 (Ma Gnus v0.13) Emacs/24.5 (gnu/linux) X-Virus-Scanned: clamav-milter 0.98.7 at canardo X-Virus-Status: Clean X-Spam-Score: -5.0 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86565 Archived-At: Dave Abrahams writes: > When viewing an article such as this one in Gnus > ,=20 > I really want to see the plain text version of the article by default,=20 > but it very consistently comes through looking like this: > > 1. ( ) text/plain (*) text/html=20=20=20=20=20=20=20=20=20=20= =20 > > > > I have all the following customizations: > > '(gnus-buttonized-mime-types > (quote > ("multipart/alternative"))) > '(mm-discouraged-alternatives > (quote > ("text/html" "text/richtext" "image/.*"))) > '(mm-inline-large-images > (quote resize)) > '(mm-inline-text-html-with-images t) > > What am I missing? I believe mm-discouraged-alternatives only affects the selection of which part to render when *not* buttonizing. So you should drop the gnus-buttonized-mime-types customization. Bj=C3=B8rn