(make-full-mail-header): Store original subject and from fields.
authormorioka <morioka>
Thu, 1 Oct 1998 00:09:42 +0000 (00:09 +0000)
committermorioka <morioka>
Thu, 1 Oct 1998 00:09:42 +0000 (00:09 +0000)
lisp/nnheader.el

index 6bc79a0..cb3ce65 100644 (file)
@@ -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."