1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-insert-inbox-text): Call expand-file-name before

substitute-in-file-name to handle double slashes in FILE correctly.
This commit is contained in:
Kenichi Handa 2001-03-16 05:52:16 +00:00
parent c8d4a9bbf9
commit 3a85a1794a

View file

@ -1376,7 +1376,7 @@ It returns t if it got any new messages."
(if popmail
(setq renamep t)
(setq file (file-truename
(expand-file-name (substitute-in-file-name file)))))
(substitute-in-file-name (expand-file-name file)))))
(setq tofile (expand-file-name
;; Generate name to move to from inbox name,
;; in case of multiple inboxes that need moving.