From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: status of the rmail-mbox branch? Date: Tue, 6 Mar 2007 15:01:27 +0100 Message-ID: <20070306140127.GA4740@printf.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173189892 4868 80.91.229.12 (6 Mar 2007 14:04:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 14:04:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Francesco Potorti` Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 15:04:43 2007 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 1HOaH7-0000rE-4f for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 15:04:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOaGL-0002xY-Sa for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 09:03:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOaGB-0002xJ-99 for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:03:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOaG5-0002x2-9j for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:03:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOaG5-0002wz-48 for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:03:17 -0500 Original-Received: from pne-smtpout1-sn2.hy.skanova.net ([81.228.8.83]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOaF8-0002or-Jh; Tue, 06 Mar 2007 09:02:19 -0500 Original-Received: from rocksteady.printf.se (90.227.86.52) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 45B61FED00ADF4FF; Tue, 6 Mar 2007 15:01:27 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id E8F2B4DD5C; Tue, 6 Mar 2007 15:01:27 +0100 (CET) Content-Disposition: inline In-Reply-To: X-detected-kernel: Solaris 8 (1) 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:67426 Archived-At: Francesco Potorti` writes: > What is the current status of the rmail-mbox branch? > > Does it have the same functionalities as the regular rmail? Not entirely. It is certainly possible to use it to read email, but is has some deficencies in the area of coding-systems. It currently doesn't do any decoding from raw-text at all. The main problem is that if we want interoperability with other tools (which I guess is the main reason to switch to the mbox format), we can't really encode the mailboxes with emacs-mule anymore as is done with BABYL boxes.