aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 400f2ecee2c..927ac482bba 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1376,7 +1376,7 @@ It returns t if it got any new messages."
1376 (if popmail 1376 (if popmail
1377 (setq renamep t) 1377 (setq renamep t)
1378 (setq file (file-truename 1378 (setq file (file-truename
1379 (expand-file-name (substitute-in-file-name file))))) 1379 (substitute-in-file-name (expand-file-name file)))))
1380 (setq tofile (expand-file-name 1380 (setq tofile (expand-file-name
1381 ;; Generate name to move to from inbox name, 1381 ;; Generate name to move to from inbox name,
1382 ;; in case of multiple inboxes that need moving. 1382 ;; in case of multiple inboxes that need moving.