From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: RMAIL: decoding messages read via movemail Date: Fri, 25 Jul 2003 17:45:50 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <7458-Fri25Jul2003085924+0300-eliz@elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059169792 12659 80.91.224.249 (25 Jul 2003 21:49:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2003 21:49:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 25 23:49:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19gARj-0003I3-00 for ; Fri, 25 Jul 2003 23:49:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19gAkV-0003VR-00 for ; Sat, 26 Jul 2003 00:09:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gAQN-0005mR-BP for emacs-devel@quimby.gnus.org; Fri, 25 Jul 2003 17:48:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19gAOp-0004xK-QS for emacs-devel@gnu.org; Fri, 25 Jul 2003 17:46:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19gAOf-0004ja-AO for emacs-devel@gnu.org; Fri, 25 Jul 2003 17:46:41 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gANy-0004Qd-Ss for emacs-devel@gnu.org; Fri, 25 Jul 2003 17:45:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19gANq-0002VP-GK; Fri, 25 Jul 2003 17:45:50 -0400 Original-To: Eli Zaretskii In-reply-to: <7458-Fri25Jul2003085924+0300-eliz@elta.co.il> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15705 I think the code handles this case separately, because there's a special header Emacs writes in such files. But I will check (I use those files myself, so it's important to me they work). Thanks. > The other point worth mentioning in this connection is that PMR has > made a branch which has a modified version or Rmail which uses Mail > format and no longer uses Babyl format. Is movemail modified as well on that branch? I don't think so, but movemail just copies the file, right? Is there a case in which movemail converts to Babyl format? If so, it needs to be changed so in that case it just outputs mailbox format. > Would you like to look at these issues for that branch? I will look. Is there any estimate when that branch will be merged with the trunk? Whenever it is ready, I guess, except when in a feature freeze.