From: teranisi Date: Sun, 21 Sep 2003 14:57:10 +0000 (+0000) Subject: * wl-summary.el (wl-summary-line-subject): Decode. X-Git-Tag: wl-2_11_17~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5cf2b467d42522d5a3da47db8d9851f521ba8c10;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-line-subject): Decode. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index c237178..7583657 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -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)))