(set-rmail-inbox-list): Use insert-before-markers.
This commit is contained in:
parent
656828cf6e
commit
eedf8416e0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ If FILE-NAME is empty, remove any inbox list."
|
|||
(progn (forward-line 1)
|
||||
(point))))
|
||||
(if (not (string= file-name ""))
|
||||
(insert "Mail: " file-name "\n"))))))
|
||||
(insert-before-markers "Mail: " file-name "\n"))))))
|
||||
(setq rmail-inbox-list (rmail-parse-file-inboxes))
|
||||
(rmail-show-message rmail-current-message))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue