fix the last change
authoryoichi <yoichi>
Sun, 15 Jan 2006 13:27:24 +0000 (13:27 +0000)
committeryoichi <yoichi>
Sun, 15 Jan 2006 13:27:24 +0000 (13:27 +0000)
wl/wl-summary.el

index 0d4df45..59a1f7d 100644 (file)
@@ -999,11 +999,12 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
               (or ml-count (setq ml-count (match-string 2 return-path)))))
        (or ml-name
            (and (setq list-post (elmo-message-entity-field entity 'list-post))
-                (string-match "<mailto:\\(.+\\)@.+>" list-post)
+                (string-match "<mailto:\\(.+\\)@" list-post)
                 (setq ml-name (match-string 1 list-post))))
        (or ml-name
            (and (setq list-id (elmo-message-entity-field entity 'list-id))
-                (string-match "<\\([^.]+\\).*>" list-id)
+                (or (string-match "<\\([^.]+\\)\\." list-id)
+                    (string-match "^\\([^.]+\\)\\." list-id))
                 (setq ml-name (match-string 1 list-id))))
        (or ml-name
            (and (setq delivered-to