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:
bb4e790
)
Async.
author
yamaoka
<yamaoka>
Mon, 24 Apr 2000 02:06:52 +0000
(
02:06
+0000)
committer
yamaoka
<yamaoka>
Mon, 24 Apr 2000 02:06:52 +0000
(
02:06
+0000)
(message-reply): Use `make-full-mail-header-from-decoded-header'.
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
5ac9728
..
55a244b
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-4395,7
+4395,8
@@
OTHER-HEADERS is an alist of header/value pairs."
(if wide to-address nil)))
(setq message-reply-headers
- (vector 0 subject from date message-id references 0 0 ""))
+ (make-full-mail-header-from-decoded-header
+ 0 subject from date message-id references 0 0 ""))
(message-setup
`((Subject . ,subject)