projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db63967
)
* wl-summary.el (wl-summary-line-subject): Decode.
author
teranisi
<teranisi>
Sun, 21 Sep 2003 14:57:10 +0000
(14:57 +0000)
committer
teranisi
<teranisi>
Sun, 21 Sep 2003 14:57:10 +0000
(14:57 +0000)
wl/wl-summary.el
patch
|
blob
|
history
diff --git
a/wl/wl-summary.el
b/wl/wl-summary.el
index
c237178
..
7583657
100644
(file)
--- 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)))