From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: RMAIL: decoding messages read via movemail Date: Fri, 25 Jul 2003 08:59:25 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7458-Fri25Jul2003085924+0300-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059112982 24544 80.91.224.249 (25 Jul 2003 06:03:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2003 06:03:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 25 08:03:00 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 19fvfQ-0006NV-00 for ; Fri, 25 Jul 2003 08:03:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19fvxs-0003zr-00 for ; Fri, 25 Jul 2003 08:22:04 +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 19fvem-0000dc-Iw for emacs-devel@quimby.gnus.org; Fri, 25 Jul 2003 02:02:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19fvef-0000b2-Ef for emacs-devel@gnu.org; Fri, 25 Jul 2003 02:02:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19fved-0000XS-PI for emacs-devel@gnu.org; Fri, 25 Jul 2003 02:02:12 -0400 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fvea-0000Ih-VT; Fri, 25 Jul 2003 02:02:11 -0400 Original-Received: from zaretski ([80.230.199.164]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id BCV33796; Fri, 25 Jul 2003 09:02:04 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Thu, 24 Jul 2003 16:00:02 -0400) 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:15701 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15701 > From: Richard Stallman > Date: Thu, 24 Jul 2003 16:00:02 -0400 > > It sounds good to me, assuming one possible problem case is not really > a problem. The case is, what if you use the g command to get mail > from one Rmail file (really written by Rmail) into another? Will it > do the right thing? Will charset= headers that exist in that case be > correct, or not? (I don't know, I didn't write that code in Rmail.) 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). > 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? > 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?