mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.
This commit is contained in:
parent
dd03399111
commit
d9fc020b58
1 changed files with 3 additions and 1 deletions
|
|
@ -88,7 +88,9 @@ Will use `gnus-startup-file'-SERVER instead if exists.")
|
|||
"Name of user's primary mail file.")
|
||||
|
||||
(defconst rmail-spool-directory
|
||||
(cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
|
||||
(cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
|
||||
"/usr/spool/mail/")
|
||||
((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
|
||||
"/usr/mail/")
|
||||
((eq system-type 'netbsd)
|
||||
"/var/mail/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue