Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
449783e9
Commit
449783e9
authored
Mar 03, 1993
by
Richard M. Stallman
Browse files
(rmail-get-new-mail): Reset read-only after find-file.
parent
e40c4104
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-0
No files found.
lisp/mail/rmail.el
View file @
449783e9
...
@@ -489,6 +489,7 @@ argument causes us to read a file name and use that file as the inbox."
...
@@ -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))
(or (verify-visited-file-modtime (current-buffer))
(progn
(progn
(find-file (buffer-file-name))
(find-file (buffer-file-name))
(setq buffer-read-only t)
(if (verify-visited-file-modtime (current-buffer))
(if (verify-visited-file-modtime (current-buffer))
(rmail-forget-messages))))
(rmail-forget-messages))))
(rmail-maybe-set-message-counters)
(rmail-maybe-set-message-counters)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment