mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rmail-toggle-header): Call rmail-highlight-headers.
This commit is contained in:
parent
b86344d06f
commit
6ec569d420
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ***
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue