mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(rmail-get-new-mail): Reset read-only after find-file.
This commit is contained in:
parent
e40c4104bb
commit
449783e911
1 changed files with 1 additions and 0 deletions
|
|
@ -489,6 +489,7 @@ argument causes us to read a file name and use that file as the inbox."
|
|||
(or (verify-visited-file-modtime (current-buffer))
|
||||
(progn
|
||||
(find-file (buffer-file-name))
|
||||
(setq buffer-read-only t)
|
||||
(if (verify-visited-file-modtime (current-buffer))
|
||||
(rmail-forget-messages))))
|
||||
(rmail-maybe-set-message-counters)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue