diff options
| -rw-r--r-- | lisp/mail/blessmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 2dcb2071ad9..25c888c6ecf 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | (load "paths.el") | 36 | (load "paths.el") |
| 37 | (load "site-init" t) | 37 | (load "site-init" t) |
| 38 | 38 | ||
| 39 | (let ((attr (file-attributes rmail-spool-directory)) | 39 | (let ((attr (file-attributes (file-truename rmail-spool-directory))) |
| 40 | modes) | 40 | modes) |
| 41 | (or (eq t (car attr)) | 41 | (or (eq t (car attr)) |
| 42 | (signal 'error | 42 | (signal 'error |