+1998-10-19 Tanaka Akira <akr@jaist.ac.jp>
+
+ * lisp/message.el (message-make-forward-subject): Use
+ `eword-decode-field'.
+
+ * lisp/nnheader.el (make-full-mail-header): Use `eword-decode-field'.
+
1998-10-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* lisp/gnus.el (gnus-version-number): Update to 6.9.5.
(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))
nil
nil nil nil
(if subject
- (eword-decode-and-unfold-unstructured-field subject)
+ (eword-decode-field 'Subject subject t)
)
(if from
- (eword-decode-and-unfold-structured-field from)
+ (eword-decode-field 'From from t)
)
date id references
chars lines xref