all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Alfred M. Szmidt" <ams@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: rmail-default-file vs. (deleted) rmail-default-rmail-file
Date: Thu, 09 Jul 2009 03:06:35 -0400	[thread overview]
Message-ID: <E1MOniF-0000SU-Mf@fencepost.gnu.org> (raw)
In-Reply-To: <fy6qyqujb.fsf@fencepost.gnu.org> (message from Glenn Morris on Thu, 09 Jul 2009 01:45:12 -0400)

Can we change the default value of rmail-output-file to ~/XMAIL?
Since that was the default (`o' was bound to
rmail-output-to-rmail-file and used rmail-default-rmail-file).

2009-07-09  Alfred M. Szmidt  <ams@gnu.org>

	* mail/rmail.el (rmail-default-file): Changed value to "~/XMAIL".

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index b348495..fad084e 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -618,7 +618,7 @@ Element N specifies the summary line for message N+1.")
 (defvar rmail-last-regexp nil)
 (put 'rmail-last-regexp 'permanent-local t)
 
-(defcustom rmail-default-file "~/xmail"
+(defcustom rmail-default-file "~/XMAIL"
   "Default file name for \\[rmail-output]."
   :type 'file
   :group 'rmail-files)




  reply	other threads:[~2009-07-09  7:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-06 10:56 rmail-default-file vs. (deleted) rmail-default-rmail-file Alfred M. Szmidt
2009-07-09  5:45 ` Glenn Morris
2009-07-09  7:06   ` Alfred M. Szmidt [this message]
2009-07-09 14:15     ` Chong Yidong
2009-07-10  6:46       ` Alfred M. Szmidt
2009-07-12 16:25         ` Chong Yidong
2009-07-12 19:41           ` Richard Stallman
2009-07-13  2:52             ` Chong Yidong
2009-07-13  6:45               ` Alfred M. Szmidt
2009-07-13 13:29                 ` Chong Yidong
2009-07-15  9:35                   ` Alfred M. Szmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MOniF-0000SU-Mf@fencepost.gnu.org \
    --to=ams@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.