Synch to No Gnus 200601131944.
authoryamaoka <yamaoka>
Sat, 14 Jan 2006 05:45:40 +0000 (05:45 +0000)
committeryamaoka <yamaoka>
Sat, 14 Jan 2006 05:45:40 +0000 (05:45 +0000)
lisp/ChangeLog
lisp/message.el

index 45eb217..c876af2 100644 (file)
@@ -1,3 +1,9 @@
+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
index 3496cb1..07d1cb0 100644 (file)
@@ -1,7 +1,7 @@
 ;;; 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>
@@ -6961,7 +6961,9 @@ news, Source is the list of newsgroups is was posted to."
                (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))