* wl-highlight.el (wl-highlight-summary-line-string): Use
authoryoichi <yoichi>
Mon, 27 Jan 2003 15:04:02 +0000 (15:04 +0000)
committeryoichi <yoichi>
Mon, 27 Jan 2003 15:04:02 +0000 (15:04 +0000)
wl-summary-score-below-mark, wl-summary-score-over-mark.

wl/ChangeLog
wl/wl-highlight.el

index 12a4364..046fd53 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-highlight.el (wl-highlight-summary-line-string): Use
+       wl-summary-score-below-mark, wl-summary-score-over-mark.
+
 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
index 05b2b76..50b2bd2 100644 (file)
           (setq fsymbol 'wl-highlight-summary-unread-face))
          ((or (string= mark wl-summary-important-mark))
           (setq fsymbol 'wl-highlight-summary-important-face))
-         ((string= temp-mark "-")
+         ((string= temp-mark wl-summary-score-below-mark)
           (setq fsymbol 'wl-highlight-summary-low-read-face))
-         ((string= temp-mark "+")
+         ((string= temp-mark wl-summary-score-over-mark)
           (setq fsymbol 'wl-highlight-summary-high-read-face))
          (t (if (zerop (length indent))
                 (setq fsymbol 'wl-highlight-summary-thread-top-face)