From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73463 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: How to make (*) text/plain the default instead of ( ) text/html ? Date: Fri, 22 Oct 2010 12:10:20 +0200 Message-ID: <87d3r27d2r.fsf@thinkpad.tsdh.de> References: <87zku64k98.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287742265 18536 80.91.229.12 (22 Oct 2010 10:11:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Oct 2010 10:11:05 +0000 (UTC) Cc: ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M21832@lists.math.uh.edu Fri Oct 22 12:11:04 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9EaU-0007b3-Q0 for ding-account@gmane.org; Fri, 22 Oct 2010 12:11:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P9EZu-0002ZC-Sj; Fri, 22 Oct 2010 05:10:26 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P9EZt-0002Yr-6R for ding@lists.math.uh.edu; Fri, 22 Oct 2010 05:10:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P9EZr-0002ih-GJ for ding@lists.math.uh.edu; Fri, 22 Oct 2010 05:10:24 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P9EZq-0006gs-00 for ; Fri, 22 Oct 2010 12:10:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 277E478012F9; Fri, 22 Oct 2010 12:10:22 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22193-09; Fri, 22 Oct 2010 12:10:21 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B472D78012FD; Fri, 22 Oct 2010 12:10:20 +0200 (CEST) In-Reply-To: <87zku64k98.fsf@jidanni.org> (jidanni@jidanni.org's message of "Fri, 22 Oct 2010 18:03:31 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73463 Archived-At: jidanni@jidanni.org writes: > I can't take it any more. How do I get gnus to stop using this new > default or whatever: > 1. ( ) text/plain (*) text/html > and make this the default? > 1. (*) text/plain ( ) text/html > (info "(gnus) HTML") doesn't say. > gnus-version "Gnus v5.13". ,----[ C-h v mm-discouraged-alternatives RET ] | mm-discouraged-alternatives is a variable defined in `mm-decode.el'. | Its value is | ("text/html" "text/richtext" "text/enriched") | | Original value was nil | | Documentation: | List of MIME types that are discouraged when viewing multipart/alternative. | Viewing agents are supposed to view the last possible part of a message, | as that is supposed to be the richest. However, users may prefer other | types instead, and this list says what types are most unwanted. If, | for instance, text/html parts are very unwanted, and text/richtext are | somewhat unwanted, then the value of this variable should be set | to: | | ("text/html" "text/richtext") | | Adding "image/.*" might also be useful. Spammers use it as the | prefered part of multipart/alternative messages. See also | `gnus-buttonized-mime-types', to which adding "multipart/alternative" | enables you to choose manually one of two types those mails include. | | You can customize this variable. `---- HTH, Tassilo