* wl-summary.el (wl-summary-line-subject): Decode.
authorteranisi <teranisi>
Sun, 21 Sep 2003 14:57:10 +0000 (14:57 +0000)
committerteranisi <teranisi>
Sun, 21 Sep 2003 14:57:10 +0000 (14:57 +0000)
wl/wl-summary.el

index c237178..7583657 100644 (file)
@@ -3073,11 +3073,11 @@ Return non-nil if the mark is updated"
          (elmo-delete-char ?\n
                            (or (elmo-message-entity-field
                                 wl-message-entity
-                                'subject)
+                                'subject t)
                                wl-summary-no-subject-message)))
     (setq parent-raw-subject
          (elmo-message-entity-field wl-parent-message-entity
-                                    'subject))
+                                    'subject t))
     (setq parent-subject
          (if parent-raw-subject
              (elmo-delete-char ?\n parent-raw-subject)))