diff options
| author | Richard M. Stallman | 1994-05-07 01:22:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-07 01:22:38 +0000 |
| commit | d9fc020b58c7de82276ea0f513e59ed53ebb90b3 (patch) | |
| tree | 7596268be1296107158f336fbae75d458d74480e | |
| parent | dd03399111a4fd6feecaac2b6c2f4d3052b28e43 (diff) | |
| download | emacs-d9fc020b58c7de82276ea0f513e59ed53ebb90b3.tar.gz emacs-d9fc020b58c7de82276ea0f513e59ed53ebb90b3.zip | |
(rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.
| -rw-r--r-- | lisp/paths.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 3a285f55734..f4748f96921 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -88,7 +88,9 @@ Will use `gnus-startup-file'-SERVER instead if exists.") | |||
| 88 | "Name of user's primary mail file.") | 88 | "Name of user's primary mail file.") |
| 89 | 89 | ||
| 90 | (defconst rmail-spool-directory | 90 | (defconst rmail-spool-directory |
| 91 | (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) | 91 | (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) |
| 92 | "/usr/spool/mail/") | ||
| 93 | ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) | ||
| 92 | "/usr/mail/") | 94 | "/usr/mail/") |
| 93 | ((eq system-type 'netbsd) | 95 | ((eq system-type 'netbsd) |
| 94 | "/var/mail/") | 96 | "/var/mail/") |