1
Fork 0
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:
Richard M. Stallman 1993-03-03 20:49:21 +00:00
parent e40c4104bb
commit 449783e911

View file

@ -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)