summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 01:39:23 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 01:39:23 +0000
commit4d65acd0978f86314767a917c78b22d867b6717c (patch)
tree29328bc01cf96edaa097c02ebfe3ade87dfa2d01 /lisp/paths.el
parent7f1490654b1fb642708fb95619aedcb44e98d9be (diff)
downloademacs-4d65acd0978f86314767a917c78b22d867b6717c.tar.gz
* paths.el (rmail-spool-directory): Add dgux-unix to the list of
systems which put their mail in "/usr/mail".
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index bfde5492ad2..d66353a142d 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -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.