Synch with Oort Gnus.
authoryamaoka <yamaoka>
Mon, 18 Mar 2002 01:11:40 +0000 (01:11 +0000)
committeryamaoka <yamaoka>
Mon, 18 Mar 2002 01:11:40 +0000 (01:11 +0000)
lisp/ChangeLog
lisp/gnus-util.el

index 7453cf0..d6bf88f 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-16  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-util.el (gnus-extract-address-components): Don't break on
+       names such as James "Kibo" Parry.  From Francis Litterio
+       <franl_removethis@world.std.com>.
+
 2002-03-13  Simon Josefsson  <jas@extundo.com>
 
        * pop3.el (pop3-open-server): Revert multibyte change.  From
index 45f6743..fd4a0bd 100644 (file)
         (string-match (concat "[ \t]*<" (regexp-quote address) ">") from)
         (and (setq name (substring from 0 (match-beginning 0)))
              ;; Strip any quotes from the name.
-             (string-match "\".*\"" name)
+             (string-match "^\".*\"$" name)
              (setq name (substring name 1 (1- (match-end 0))))))
     ;; If not, then "address (name)" is used.
     (or name