aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-07 01:22:38 +0000
committerRichard M. Stallman <[email protected]>1994-05-07 01:22:38 +0000
commitd9fc020b58c7de82276ea0f513e59ed53ebb90b3 (patch)
tree7596268be1296107158f336fbae75d458d74480e
parentdd03399111a4fd6feecaac2b6c2f4d3052b28e43 (diff)
(rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.
-rw-r--r--lisp/paths.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 3a285f5573..f4748f9692 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -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/")