# HG changeset patch # User Richard M. Stallman # Date 773381160 0 # Node ID f7f20bbe4ca7339ecf452f7d2a13c69afe2fd688 # Parent a0746604e8434d2bf36c14ba99bf6a0cc228f0ef (rmail-spool-directory): Use /var/mail for bsd386. diff -r a0746604e843 -r f7f20bbe4ca7 lisp/paths.el --- a/lisp/paths.el Mon Jul 04 23:24:46 1994 +0000 +++ b/lisp/paths.el Tue Jul 05 04:06:00 1994 +0000 @@ -97,6 +97,10 @@ ((and (string-match "^[^-]+-[^-]+-sysv4" system-configuration) (file-exists-p "/var/mail")) "/var/mail/") + ;; BSD386 is said to use /var/mail. + ((and (string-match "^[^-]+-[^-]+-bsd386" system-configuration) + (file-exists-p "/var/mail")) + "/var/mail/") ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/") ((eq system-type 'netbsd)