From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38695 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: html and text Date: Sun, 09 Sep 2001 13:08:26 -0400 Message-ID: References: <87n144nytr.fsf@pale.local> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174516 23812 80.91.224.250 (21 Oct 2002 04:28:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:36 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 20721 invoked from network); 9 Sep 2001 17:08:29 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 9 Sep 2001 17:08:29 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.2/8.11.2) id f89H8RF23453; Sun, 9 Sep 2001 13:08:27 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6 hR;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: <87n144nytr.fsf@pale.local> (Alexander Kotelnikov's message of "Sun, 09 Sep 2001 19:55:28 +0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 9 Xref: main.gmane.org gmane.emacs.gnus.general:38695 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38695 Alexander Kotelnikov writes: > Can I force it to display text version by default, since it does not > involve html rendering which takes significant amount of time? Along with mm-discouraged-alternatives, you may as well want: (setq mm-automatic-display (remove "text/html" mm-automatic-display)) That's useful if you object to automatic HTML rendering generally.