]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-toggle-header): Call rmail-highlight-headers.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 07:38:34 +0000 (07:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 1994 07:38:34 +0000 (07:38 +0000)
lisp/mail/rmail.el

index bc0e43336885a02a2eaaca7f4c02e856f69e96dc..e52df3928739238d15be7c54f34d6fca3bdfd441 100644 (file)
@@ -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))
 \f
 ;;;; *** Rmail Attributes and Keywords ***