aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/blessmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el
index 85000a83bbc..58974552396 100644
--- a/lisp/mail/blessmail.el
+++ b/lisp/mail/blessmail.el
@@ -36,7 +36,8 @@
36(load "paths.el") 36(load "paths.el")
37(load "site-init" t) 37(load "site-init" t)
38 38
39(let ((dirname rmail-spool-directory) linkname attr modes) 39(let ((dirname (directory-file-name rmail-spool-directory))
40 linkname attr modes)
40 ;; Check for symbolic link 41 ;; Check for symbolic link
41 (while (setq linkname (file-symlink-p dirname)) 42 (while (setq linkname (file-symlink-p dirname))
42 (setq dirname (if (file-name-absolute-p linkname) 43 (setq dirname (if (file-name-absolute-p linkname)