diff lisp/paths.el @ 1618:a5486162a65a

* paths.el (rmail-spool-directory): Add dgux-unix to the list of systems which put their mail in "/usr/mail".
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:39:23 +0000
parents c3d069d83cc6
children 975c866af92d
line wrap: on
line diff
--- a/lisp/paths.el	Mon Nov 16 01:38:47 1992 +0000
+++ b/lisp/paths.el	Mon Nov 16 01:39:23 1992 +0000
@@ -92,7 +92,8 @@
 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.