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:
7036f6a
)
(make-full-mail-header): Store original subject and from fields.
author
morioka
<morioka>
Thu, 1 Oct 1998 00:09:42 +0000
(
00:09
+0000)
committer
morioka
<morioka>
Thu, 1 Oct 1998 00:09:42 +0000
(
00:09
+0000)
lisp/nnheader.el
patch
|
blob
|
history
diff --git
a/lisp/nnheader.el
b/lisp/nnheader.el
index
6bc79a0
..
cb3ce65
100644
(file)
--- a/
lisp/nnheader.el
+++ b/
lisp/nnheader.el
@@
-116,7
+116,10
@@
on your system, you could say something like:
(eword-decode-and-unfold-structured-field from)
)
date id references
- chars lines xref))
+ chars lines xref
+ (list (cons 'Subject subject)
+ (cons 'From from))
+ ))
(defun make-mail-header (&optional init)
"Create a new mail header structure initialized with INIT."