projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b843c67
)
(message-make-forward-subject): Use
author
morioka
<morioka>
Thu, 23 Apr 1998 14:11:19 +0000
(14:11 +0000)
committer
morioka
<morioka>
Thu, 23 Apr 1998 14:11:19 +0000
(14:11 +0000)
`eword-decode-unstructured-field-body' for subject.
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
63cdc3e
..
10d6028
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-3670,7
+3670,8
@@
header line with the old Message-ID."
(concat "[" (or (message-fetch-field
(if (message-news-p) "newsgroups" "from"))
"(nowhere)")
- "] " (or (message-fetch-field "Subject") "")))))
+ "] " (or (eword-decode-unstructured-field-body
+ (message-fetch-field "Subject") ""))))))
;;;###autoload
(defun message-forward (&optional news)