From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63486 Path: news.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: Re: 21.5 crash in Gnus Date: Thu, 20 Jul 2006 13:30:55 +0900 Message-ID: <874pxcgao0.fsf@tsuchiya.vaj.namazu.org> References: <1142286252.31896.5.camel@jerrypc.cs.usu.edu> <87mzftjyd2.fsf@tleepslib.sk.tsukuba.ac.jp> <873bhjiqht.fsf@tleepslib.sk.tsukuba.ac.jp> <8764hte4ob.fsf@tsuchiya.vaj.namazu.org> <87psg13p5o.fsf@tleepslib.sk.tsukuba.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1153369948 24223 80.91.229.2 (20 Jul 2006 04:32:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Jul 2006 04:32:28 +0000 (UTC) Cc: stephen@xemacs.org Original-X-From: ding-owner+m12013@lists.math.uh.edu Thu Jul 20 06:32:26 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3QCv-0004C4-S8 for ding-account@gmane.org; Thu, 20 Jul 2006 06:32:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1G3QCn-0000V4-00; Wed, 19 Jul 2006 23:32:09 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1G3QBj-0000Uw-00 for ding@lists.math.uh.edu; Wed, 19 Jul 2006 23:31:03 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1G3QBh-0002Hf-1j for ding@lists.math.uh.edu; Wed, 19 Jul 2006 23:31:03 -0500 Original-Received: from vaj.namazu.org ([61.215.208.42]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1G3QBf-00026m-00 for ; Thu, 20 Jul 2006 06:30:59 +0200 Original-Received: from vaj.namazu.org (vaj.namazu.org [61.215.208.42]) by vaj.namazu.org (Postfix) with ESMTP id A421A2038B; Thu, 20 Jul 2006 13:30:56 +0900 (JST) Original-To: ding@gnus.org X-cite: xcite 1.53 Mail-Followup-To: ding@gnus.org, stephen@xemacs.org In-Reply-To: <87psg13p5o.fsf@tleepslib.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Thu, 20 Jul 2006 12:56:19 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Content-Disposition: inline X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63486 Archived-At: Hi, >> On Thu, 20 Jul 2006 12:56:19 +0900 >> "sjt" == stephen@xemacs.org ("Stephen J. Turnbull") said as follows: sjt> I don't want to do that. I want to fix a bogus global charset, sjt> not create a new MIME part. Is a new MIME part required? As this message shows, we can create a message which consists of a single MIME part encoded in our favorite encoding, if we prepare a message buffer looks like: To: foo Subject: test From: bar --text follows this line-- <#part type="text/plain" disposition=inline charset="iso-8859-1"> `charset' parameter of this MML tag is used to specify the `charset' parameter of the top level `Content-Type' header. I hope that this is what you want to do. Regards, -- TSUCHIYA Masatoshi