+2006-01-13 Romain Francoise <romain@orebokech.com>
+
+ * message.el (message-forward-subject-name-subject): Prefer the
+ address to 'nowhere' if the sender has no name.
+ Fix typo. Update copyright year.
+
2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-art.el (article-wash-html): Use
;;; message.el --- composing mail and news messages
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005 Free Software Foundation, Inc.
+;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
(gnus-group-decoded-name group)
(or (and (setq from (message-fetch-field "from"))
(car (std11-extract-address-components
- (nnheader-decode-from from))))
+ (nnheader-decode-from from)))
+ (cadr (std11-extract-address-components
+ (nnheader-decode-from from))))
"(nowhere)")))
"] " subject))