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
fa8fb184
Commit
fa8fb184
authored
Jul 05, 1994
by
Richard M. Stallman
Browse files
(rmail-spool-directory): Use /var/mail for bsd386.
parent
64f62b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/paths.el
lisp/paths.el
+4
-0
No files found.
lisp/paths.el
View file @
fa8fb184
...
...
@@ -97,6 +97,10 @@ Will use `gnus-startup-file'-SERVER instead if exists.")
((
and
(
string-match
"^[^-]+-[^-]+-sysv4"
system-configuration
)
(
file-exists-p
"/var/mail"
))
"/var/mail/"
)
;; BSD386 is said to use /var/mail.
((
and
(
string-match
"^[^-]+-[^-]+-bsd386"
system-configuration
)
(
file-exists-p
"/var/mail"
))
"/var/mail/"
)
((
memq
system-type
'
(
dgux
hpux
usg-unix-v
unisoft-unix
rtu
irix
))
"/usr/mail/"
)
((
eq
system-type
'netbsd
)
...
...
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