changeset 2423:5dd3b7338f71

(rmail): Don't use mbox as inbox by default.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Mar 1993 22:44:46 +0000
parents 4ecde980a8f5
children dbdccee84df3
files lisp/mail/rmail.el
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon Mar 29 19:49:43 1993 +0000
+++ b/lisp/mail/rmail.el	Mon Mar 29 22:44:46 1993 +0000
@@ -76,9 +76,9 @@
 
 ;;;###autoload
 (defconst rmail-primary-inbox-list nil "\
-*List of files which are inboxes for user's primary mail file ~/RMAIL.
-`nil' means the default, which is (\"/usr/spool/mail/$USER\" \"~/mbox\")
-\(the first name varies depending on the operating system,
+*List of files which are inboxes for user's primary mail file `~/RMAIL'.
+`nil' means the default, which is (\"/usr/spool/mail/$USER\")
+\(the name varies depending on the operating system,
 and the value of the environment variable MAIL overrides it).")
 
 ;; These may be altered by site-init.el to match the format of mmdf files
@@ -226,8 +226,7 @@
 	   (null file-name-arg)
 	   (setq rmail-inbox-list
 		 (or rmail-primary-inbox-list
-		     (list "~/mbox"
-			   (or (getenv "MAIL")
+		     (list (or (getenv "MAIL")
 			       (concat rmail-spool-directory
 				       (user-original-login-name)))))))
       ;; Convert all or part to Babyl file if possible.
@@ -383,7 +382,7 @@
 \\[rmail-expunge-and-save]	Expunge and save the file.
 \\[rmail-quit]       Quit Rmail: expunge, save, then switch to another buffer.
 \\[save-buffer] Save without expunging.
-\\[rmail-get-new-mail]	Move new mail from system spool directory or mbox into this file.
+\\[rmail-get-new-mail]	Move new mail from system spool directory into this file.
 \\[rmail-mail]	Mail a message (same as \\[mail-other-window]).
 \\[rmail-continue]	Continue composing outgoing message started before.
 \\[rmail-reply]	Reply to this message.  Like \\[rmail-mail] but initializes some fields.
@@ -518,8 +517,8 @@
   "Move any new mail from this RMAIL file's inbox files.
 The inbox files can be specified with the file's Mail: option.  The
 variable `rmail-primary-inbox-list' specifies the inboxes for your
-primary RMAIL file if it has no Mail: option.  These are normally your
-~/mbox and your /usr/spool/mail/$USER.
+primary RMAIL file if it has no Mail: option.  By default, this is
+your /usr/spool/mail/$USER.
 
 You can also specify the file to get new mail from.  In this case, the
 file of new mail is not changed or deleted.  Noninteractively, you can