From 7064697280a8299d3aa6a008d93b11f2a960623d Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 1 Oct 1998 00:09:42 +0000 Subject: [PATCH] (make-full-mail-header): Store original subject and from fields. --- lisp/nnheader.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index 6bc79a0..cb3ce65 100644 --- 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." -- 1.7.10.4