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:
parent
c8d4a9bbf9
commit
3a85a1794a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue