+2003-11-03 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
+
+ * lisp/message.el (message-forward-subject-name-subject): Fixed.
+
2003-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
* texi/infohack.el: Don't fiddle with the `features' variable;
from)
(if group
(gnus-group-decoded-name group)
- (if (setq from (message-fetch-field "from"))
- (std11-extract-address-components (nnheader-decode-from
- from))
- "(nowhere)")))
+ (or (and (setq from (message-fetch-field "from"))
+ (car (std11-extract-address-components
+ (nnheader-decode-from from))))
+ "(nowhere)")))
"] " subject))
(defun message-forward-subject-author-subject (subject)