(wl-summary-rescan-message): Call
authorhmurata <hmurata>
Thu, 10 Mar 2005 11:33:52 +0000 (11:33 +0000)
committerhmurata <hmurata>
Thu, 10 Mar 2005 11:33:52 +0000 (11:33 +0000)
`wl-highlight-summary-displaying' when displaying a message.

wl/ChangeLog
wl/wl-summary.el

index 39eb120..d2e4ac7 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-rescan-message): Call
+       `wl-highlight-summary-displaying' when displaying a message.
+
 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-draft.el (wl-draft-config-info-filename): Extracted from
index f719f8a..2925406 100644 (file)
@@ -1191,6 +1191,11 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
                                     (wl-summary-temp-mark number)
                                     (elmo-message-flags folder number)
                                     (elmo-message-cached-p folder number)))))
+      (when (and wl-summary-buffer-disp-msg
+                wl-summary-buffer-current-msg)
+       (save-excursion
+         (when (wl-summary-jump-to-msg wl-summary-buffer-current-msg)
+           (wl-highlight-summary-displaying))))
       (wl-summary-set-message-modified)
       (wl-summary-jump-to-msg start-number)
       (move-to-column start-column))))