# HG changeset patch # User Richard M. Stallman # Date 733445086 0 # Node ID 5dd3b7338f71238fafc30a0990b214c6d63270d4 # Parent 4ecde980a8f543b38fdda84a3a63b175b784baf3 (rmail): Don't use mbox as inbox by default. diff -r 4ecde980a8f5 -r 5dd3b7338f71 lisp/mail/rmail.el --- 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