Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
3af9db89
Commit
3af9db89
authored
Mar 29, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rmail): Don't use mbox as inbox by default.
parent
4fbc6fa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
lisp/mail/rmail.el
lisp/mail/rmail.el
+7
-8
No files found.
lisp/mail/rmail.el
View file @
3af9db89
...
...
@@ -76,9 +76,9 @@ It is useful to set this variable in the site customisation file.")
;;;###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 @@ that file, but does not copy any new mail into the file."
(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 @@ Instead, these commands are available:
\\[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 @@ Instead, these commands are available:
"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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment