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: labels of RMAIL not inherited Date: Tue, 27 Jan 2009 17:00:58 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233093701 4870 80.91.229.12 (27 Jan 2009 22:01:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 22:01:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 23:02:53 2009 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 1LRw0q-0000VN-6J for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 23:02:28 +0100 Original-Received: from localhost ([127.0.0.1]:54962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRvzY-0006Jg-EB for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 17:01:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRvzU-0006JZ-22 for emacs-devel@gnu.org; Tue, 27 Jan 2009 17:01:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRvzR-0006JL-LD for emacs-devel@gnu.org; Tue, 27 Jan 2009 17:01:02 -0500 Original-Received: from [199.232.76.173] (port=48335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRvzR-0006JI-Fc for emacs-devel@gnu.org; Tue, 27 Jan 2009 17:01:01 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:7874 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRvzQ-0000vO-W9 for emacs-devel@gnu.org; Tue, 27 Jan 2009 17:01:01 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AssFACYTf0nO+LLC/2dsb2JhbACBbskjhUyCMw X-IronPort-AV: E=Sophos;i="4.37,335,1231131600"; d="scan'208";a="32901912" Original-Received: from 206-248-178-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.178.194]) by ironport2-out.teksavvy.com with ESMTP; 27 Jan 2009 17:00:58 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 525E48040; Tue, 27 Jan 2009 17:00:58 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Mon, 26 Jan 2009 20:27:36 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108306 > I just started to use the new rmail (i.e. pmail). When I > first do M-x rmail, the babyl format of RMAIL is converted > to mbox format automatically. But, it seems that labels are > lost. At least, they are not shown in RMAIL nor > RMAIL-summary buffers. The simple fact that the buffer is automatically converted is worrisome. I think we should prompt the user before doing it. Stefan PS: What's the plan for people who use both Emacs-22 and Emacs-23 to access their rmail mail?