From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Rmail-mbox branch Date: Thu, 04 Sep 2008 09:45:01 +0900 Message-ID: References: <87zlprvod0.fsf@stupidchicken.com> <4868CF84.1040005@pajato.com> <48A90589.4020804@pajato.com> <48A91146.60200@pajato.com> <48A968A3.8050806@pajato.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1220489141 24750 80.91.229.12 (4 Sep 2008 00:45:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2008 00:45:41 +0000 (UTC) Cc: stephen@xemacs.org, evilborisnet@netscape.net, rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 04 02:46:35 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 1Kb2zT-0003AX-6M for ged-emacs-devel@m.gmane.org; Thu, 04 Sep 2008 02:46:27 +0200 Original-Received: from localhost ([127.0.0.1]:40692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kb2yT-0007P3-Bo for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 20:45:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kb2yN-0007Lo-AW for emacs-devel@gnu.org; Wed, 03 Sep 2008 20:45:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kb2yJ-0007LF-A2 for emacs-devel@gnu.org; Wed, 03 Sep 2008 20:45:17 -0400 Original-Received: from [199.232.76.173] (port=51626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kb2yJ-0007Kx-4P for emacs-devel@gnu.org; Wed, 03 Sep 2008 20:45:15 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:65531) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kb2yC-0003IY-5Y; Wed, 03 Sep 2008 20:45:08 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m840j2AV003573; Thu, 4 Sep 2008 09:45:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m840j2B2011820; Thu, 4 Sep 2008 09:45:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m840j1GH002411; Thu, 4 Sep 2008 09:45:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Kb2y5-0005AM-8U; Thu, 04 Sep 2008 09:45:01 +0900 In-reply-to: (message from Stefan Monnier on Wed, 03 Sep 2008 12:08:38 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:103524 Archived-At: In article , Stefan Monnier writes: > > MIME media-type text bodies may use Content-Transfer-Encoding: 8bit, > > which would allow you to save the predecoded text body. But who > > cares? Nobody sends multimegabyte text/plain messages; decoding per > > display is not an efficiency problem. > Indeed, decoding upon display is not a problem. The problem that's new > for Pmail is that Rmail allows the user to edit a message, so Pmail will > need to be able to re-encode a displayed message. Isn't it possible to use some of Gnus' functionality to compose a MIME-correct mail? --- Kenichi Handa handa@ni.aist.go.jp