* lisp/message.el (message-make-forward-subject): Use unlabeled-1.45.2.16.2.3.2
authorakr <akr>
Mon, 19 Oct 1998 11:35:28 +0000 (11:35 +0000)
committerakr <akr>
Mon, 19 Oct 1998 11:35:28 +0000 (11:35 +0000)
`eword-decode-field'.

* lisp/nnheader.el (make-full-mail-header): Use `eword-decode-field'.

lisp/message.el

index e3c0872..3e7704b 100644 (file)
@@ -3920,10 +3920,12 @@ the message."
       (let ((funcs message-make-forward-subject-function)
            (subject (if message-wash-forwarded-subjects
                         (message-wash-subject
-                         (or (eword-decode-unstructured-field-body
-                              (message-fetch-field "Subject")) ""))
-                      (or (eword-decode-unstructured-field-body
-                           (message-fetch-field "Subject")) ""))))
+                         (or (eword-decode-field
+                               'Subject (message-fetch-field "Subject"))
+                               ""))
+                      (or (eword-decode-field
+                            'Subject (message-fetch-field "Subject"))
+                           ""))))
        ;; Make sure funcs is a list.
        (and funcs
             (not (listp funcs))