From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Rmail-mbox branch Date: Mon, 08 Sep 2008 09:03:50 -0400 Message-ID: References: <87zlprvod0.fsf@stupidchicken.com> <48BA1DAE.2030005@pajato.com> <874p51xblf.fsf@cyd.mit.edu> <84od39q9mv.fsf@boris.laptop> <84abesum0g.fsf@boris.laptop> <841w03v389.fsf@boris.laptop> <84wshvtgoz.fsf@boris.laptop> <87od363q1i.fsf@uwakimon.sk.tsukuba.ac.jp> <87iqtd4ubu.fsf@uwakimon.sk.tsukuba.ac.jp> <877i9s4pf5.fsf@uwakimon.sk.tsukuba.ac.jp> <87hc8vf97n.fsf@xemacs.org> <878wu3fd4r.fsf@xemacs.org> <87myij0xqy.fsf@xemacs.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220879122 11157 80.91.229.12 (8 Sep 2008 13:05:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 13:05:22 +0000 (UTC) Cc: Francesco Potorti` , evilborisnet@netscape.net, rms@gnu.org, emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 08 15:06:07 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcgQc-0004se-Qs for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 15:05:49 +0200 Original-Received: from localhost ([127.0.0.1]:41898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcgPb-0008TF-Gh for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 09:04:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcgPX-0008Sx-Uy for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:04:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcgPW-0008Si-Fd for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:04:07 -0400 Original-Received: from [199.232.76.173] (port=52646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcgPW-0008Sf-9V for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:04:06 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:41114 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcgPL-0003Rb-K7; Mon, 08 Sep 2008 09:03:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvgEAKC/xEhFxIqP/2dsb2JhbACBZLMUgWaBBw X-IronPort-AV: E=Sophos;i="4.32,358,1217822400"; d="scan'208";a="26507324" Original-Received: from 69-196-138-143.dsl.teksavvy.com (HELO ceviche.home) ([69.196.138.143]) by ironport2-out.teksavvy.com with ESMTP; 08 Sep 2008 09:03:50 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9444DB4062; Mon, 8 Sep 2008 09:03:50 -0400 (EDT) In-Reply-To: <87myij0xqy.fsf@xemacs.org> (Stephen J. Turnbull's message of "Mon, 08 Sep 2008 18:53:41 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103689 Archived-At: > This is always trivially possible in Emacs.[1] The key, as you > mention, is fixing the Content-Transfer-Encoding field to '8bit' after > decoding, and (perhaps) recoding from a legacy charset to UTF-8, in > which case you'll need to fix the Content-Type field's 'charset' > parameter, too. Sadly this cannot be done for headers, Stefan