(wl-score-ov-entity-get): Call 'elmo-message-entity-field' with TYPE artgument.
authorkaoru <kaoru>
Sun, 5 Aug 2007 01:33:45 +0000 (01:33 +0000)
committerkaoru <kaoru>
Sun, 5 Aug 2007 01:33:45 +0000 (01:33 +0000)
wl/ChangeLog
wl/wl-score.el

index f9b1500..f4b8134 100644 (file)
@@ -2,6 +2,8 @@
 
        * wl-score.el (wl-score-insert-header): Add guard for
        `std11-unfold-string'.
+       (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
+       TYPE artgument.
 
 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
index fd94bbd..a6ae125 100644 (file)
@@ -177,7 +177,7 @@ Remove Re, Was, Fwd etc."
           (string= s1 s2))))
 
 (defsubst wl-score-ov-entity-get (entity index &optional extra)
-  (elmo-message-entity-field entity (if extra (intern extra) index)))
+  (elmo-message-entity-field entity (if extra (intern extra) index) 'string))
 
 (defun wl-score-string< (a1 a2)
   (string-lessp (wl-score-ov-entity-get (car a1) wl-score-index)