From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: rmail-default-file vs. (deleted) rmail-default-rmail-file Date: Mon, 06 Jul 2009 06:56:32 -0400 Message-ID: Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1246877824 24367 80.91.229.12 (6 Jul 2009 10:57:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 10:57:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 06 12:56:57 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 1MNlsM-0001Oc-32 for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 12:56:46 +0200 Original-Received: from localhost ([127.0.0.1]:53845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNlsL-0000JK-1s for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 06:56:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNlsD-0000J9-TL for emacs-devel@gnu.org; Mon, 06 Jul 2009 06:56:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNls9-0000Ff-Hr for emacs-devel@gnu.org; Mon, 06 Jul 2009 06:56:37 -0400 Original-Received: from [199.232.76.173] (port=44492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNls9-0000FQ-EP for emacs-devel@gnu.org; Mon, 06 Jul 2009 06:56:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34336) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNls9-0005Nd-4d for emacs-devel@gnu.org; Mon, 06 Jul 2009 06:56:33 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MNls8-0007zR-P2 for emacs-devel@gnu.org; Mon, 06 Jul 2009 06:56:32 -0400 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:112073 Archived-At: The current value for rmail-default-file is "~/xmail", but in 2009-01-22 rmail used rmail-default-rmail-file which was "~/XMAIL", which was the default when using rmail-output. I don't have strong preferences about this, but would it be possible to change the value to "~/XMAIL"? If not, I think this should be mentioned in NEWS somewhere, maybe something like: ** The default output file for `rmail-output' has changed to "~/xmail".