mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
* paths.el (rmail-spool-directory): Add dgux-unix to the list of
systems which put their mail in "/usr/mail".
This commit is contained in:
parent
774b8191bd
commit
047155795e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user