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
6ec569d4
Commit
6ec569d4
authored
May 10, 1994
by
Richard M. Stallman
Browse files
(rmail-toggle-header): Call rmail-highlight-headers.
parent
b86344d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-1
No files found.
lisp/mail/rmail.el
View file @
6ec569d4
...
...
@@ -1144,7 +1144,8 @@ argument causes us to read a file name and use that file as the inbox."
(goto-char (point-min))
(search-forward "\n*** EOOH ***\n")
(narrow-to-region (point) (point-max)))
(rmail-reformat-message (point-min) (point-max)))))
(rmail-reformat-message (point-min) (point-max))))
(rmail-highlight-headers))
;;;; *** Rmail Attributes and Keywords ***
...
...
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