`wl-highlight-summary-displaying' when displaying a message.
+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
(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))))