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: Wed, 03 Sep 2008 12:08:38 -0400 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 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220458790 20178 80.91.229.12 (3 Sep 2008 16:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 16:19:50 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Evil Boris To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 03 18:20:44 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 1Kav63-0002bL-C1 for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 18:20:43 +0200 Original-Received: from localhost ([127.0.0.1]:49827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kav53-0000SV-VD for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 12:19:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KauuZ-0004ii-7R for emacs-devel@gnu.org; Wed, 03 Sep 2008 12:08:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KauuX-0004i2-NK for emacs-devel@gnu.org; Wed, 03 Sep 2008 12:08:50 -0400 Original-Received: from [199.232.76.173] (port=56727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KauuX-0004hw-Ds for emacs-devel@gnu.org; Wed, 03 Sep 2008 12:08:49 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:56216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KauuS-0002P2-3a; Wed, 03 Sep 2008 12:08:44 -0400 Original-Received: from alfajor.home (vpn-132-204-232-121.acd.umontreal.ca [132.204.232.121]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m83G97om026336; Wed, 3 Sep 2008 12:09:09 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 8E23D1C971; Wed, 3 Sep 2008 12:08:38 -0400 (EDT) In-Reply-To: <87od363q1i.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Wed, 03 Sep 2008 11:46:01 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3095=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:103506 Archived-At: > 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. Stefan