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@...>
* 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)