diff options
Diffstat (limited to 'lisp/mail/rmailout.el')
| -rw-r--r-- | lisp/mail/rmailout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 92218c3dd82..4710b49d6c6 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -60,6 +60,7 @@ starting with the current one. Deleted messages are skipped and don't count." (file-name-directory rmail-last-rmail-file))) (setq rmail-last-rmail-file file-name) (rmail-maybe-set-message-counters) + (setq file-name (abbreviate-file-name file-name)) (or (get-file-buffer file-name) (file-exists-p file-name) (if (yes-or-no-p |
