From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Please try Pmail Date: Mon, 19 Jan 2009 19:59:16 -0500 Message-ID: References: <12bpu42gzu.fsf@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1232413376 32152 80.91.229.12 (20 Jan 2009 01:02:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 01:02:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 02:04:09 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 1LP52H-00057d-3J for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 02:04:09 +0100 Original-Received: from localhost ([127.0.0.1]:45071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP510-0005Gz-4d for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 20:02:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP4z1-0004Ej-5e for emacs-devel@gnu.org; Mon, 19 Jan 2009 20:00:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP4yz-0004Ch-L3 for emacs-devel@gnu.org; Mon, 19 Jan 2009 20:00:46 -0500 Original-Received: from [199.232.76.173] (port=34514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP4yz-0004CR-6n for emacs-devel@gnu.org; Mon, 19 Jan 2009 20:00:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP4yy-0003uo-TN for emacs-devel@gnu.org; Mon, 19 Jan 2009 20:00:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LP4xY-0001Co-KR; Mon, 19 Jan 2009 19:59:16 -0500 In-reply-to: <12bpu42gzu.fsf@fencepost.gnu.org> (message from Glenn Morris on Sun, 18 Jan 2009 20:59:17 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108001 Archived-At: You moved pmail-last-label and pmail-last-multi-labels from pmail to pmailkwd, and pmail-message-labels-p from pmail to pmailsum, on 20090105. Yes, I thought they were used only in those files so I moved them there. AFAICS this does nothing but create compiler warnings (from pmailsum and pmailsort). pmailkwd and pmailsum both require pmail. Mind if I move the definitions back to pmail.el? Ok.