From 6ec569d42048bd1cbfd61490ea6700088f977b55 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 May 1994 07:38:34 +0000 Subject: [PATCH] (rmail-toggle-header): Call rmail-highlight-headers. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index bc0e4333688..e52df392873 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 *** -- 2.39.5