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
Open sidebar
emacs
emacs
Commits
04715579
Commit
04715579
authored
Nov 16, 1992
by
Jim Blandy
Browse files
* paths.el (rmail-spool-directory): Add dgux-unix to the list of
systems which put their mail in "/usr/mail".
parent
774b8191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/paths.el
lisp/paths.el
+2
-1
No files found.
lisp/paths.el
View file @
04715579
...
...
@@ -92,7 +92,8 @@ The `ORGANIZATION' environment variable is used instead if defined.")
Will use `gnus-startup-file'-SERVER instead if exists."
)
(
defconst
rmail-spool-directory
(
if
(
memq
system-type
'
(
hpux
usg-unix-v
unisoft-unix
rtu
irix
))
(
if
(
memq
system-type
'
(
dgux-unix
hpux
usg-unix-v
unisoft-unix
rtu
irix
silicon-graphics-unix
))
"/usr/mail/"
"/usr/spool/mail/"
)
"Name of directory used by system mailer for delivering new mail.
...
...
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