(gnus-article-display-picons): Funcall
authorshuhei-k <shuhei-k>
Fri, 19 Jun 1998 08:47:30 +0000 (08:47 +0000)
committershuhei-k <shuhei-k>
Fri, 19 Jun 1998 08:47:30 +0000 (08:47 +0000)
`gnus-extract-address-components'.

lisp/gnus-picon.el

index 7579b0c..47f71a0 100644 (file)
@@ -294,8 +294,9 @@ To use:  (setq gnus-article-x-face-command 'gnus-picons-display-x-face)"
     (when (and (featurep 'xpm)
               (or (not (fboundp 'device-type)) (equal (device-type) 'x))
               (setq from (mail-fetch-field "from"))
-              (setq from (downcase (or (cadr (mail-extract-address-components
-                                              from))
+              (setq from (downcase (or (cadr
+                                        (funcall gnus-extract-address-components
+                                                 from))
                                        "")))
               (or (setq at-idx (string-match "@" from))
                   (setq at-idx (length from))))