diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 01:39:23 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 01:39:23 +0000 |
commit | 047155795eb4f4ce51842223f3569f992c40f126 (patch) | |
tree | 74920d3b3229daba8615cd465150d2d087d53036 /lisp/paths.el | |
parent | 774b8191bdc536d6239bc62edf40e380d11141a4 (diff) | |
download | emacs-047155795eb4f4ce51842223f3569f992c40f126.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.el | 3 |
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. |