From: Richard M. Stallman Date: Tue, 10 May 1994 07:38:34 +0000 (+0000) Subject: (rmail-toggle-header): Call rmail-highlight-headers. X-Git-Tag: emacs-19.34~8418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ec569d42048bd1cbfd61490ea6700088f977b55;p=emacs.git (rmail-toggle-header): Call rmail-highlight-headers. --- 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 ***