From: morioka Date: Thu, 23 Apr 1998 14:11:19 +0000 (+0000) Subject: (message-make-forward-subject): Use X-Git-Tag: gnus-6_7-tomo-199811302358~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d35c39f45723335e1daf16db7e61f240ad8d33ff;p=elisp%2Fgnus.git- (message-make-forward-subject): Use `eword-decode-unstructured-field-body' for subject. --- diff --git a/lisp/message.el b/lisp/message.el index 63cdc3e..10d6028 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3670,7 +3670,8 @@ header line with the old Message-ID." (concat "[" (or (message-fetch-field (if (message-news-p) "newsgroups" "from")) "(nowhere)") - "] " (or (message-fetch-field "Subject") ""))))) + "] " (or (eword-decode-unstructured-field-body + (message-fetch-field "Subject") "")))))) ;;;###autoload (defun message-forward (&optional news)