Synch to Gnus 200312170658.
authoryamaoka <yamaoka>
Wed, 17 Dec 2003 07:03:33 +0000 (07:03 +0000)
committeryamaoka <yamaoka>
Wed, 17 Dec 2003 07:03:33 +0000 (07:03 +0000)
lisp/ChangeLog
lisp/message.el

index 05192e8..11cff3b 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-forward-subject-name-subject): Use
+       gnus-extract-address-components instead of
+       mail-header-parse-address because it may be called with non-ascii
+       text.
+
 2003-12-16  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * nnmail.el (nnmail-split-fancy): The widget now supports
index 02e3a24..7e8a95a 100644 (file)
@@ -1769,6 +1769,9 @@ no, only reply back to the author."
   (autoload 'rmail-output "rmailout")
   (autoload 'gnus-delay-article "gnus-delay")
   (autoload 'gnus-make-local-hook "gnus-util")
+  (autoload 'gnus-extract-address-components "gnus-util"))
+
+(eval-and-compile
   (autoload 'mu-cite-original "mu-cite"))
 
 \f
@@ -6784,7 +6787,7 @@ news, Source is the list of newsgroups is was posted to."
            (if group
                (gnus-group-decoded-name group)
              (or (and (setq from (message-fetch-field "from"))
-                      (car (std11-extract-address-components 
+                      (car (std11-extract-address-components
                             (nnheader-decode-from from))))
                  "(nowhere)")))
          "] " subject))