(gnus-picon-find-face): faces database is all lowercase.
authorKarl Pflästerer <sigurd@12move.de>
Thu, 17 Jan 2002 12:54:41 +0000 (12:54 +0000)
committerKarl Pflästerer <sigurd@12move.de>
Thu, 17 Jan 2002 12:54:41 +0000 (12:54 +0000)
lisp/gnus-picon.el

index 1780aca..e273667 100644 (file)
@@ -108,10 +108,10 @@ List of pairs (KEY . GLYPH) where KEY is either a filename or an URL.")
                base (expand-file-name directory database))
          (while address
            (when (setq result (gnus-picon-find-image
-                               (concat base "/" (mapconcat 'identity
+                               (concat base "/" (mapconcat 'downcase
                                                            (reverse address)
                                                            "/")
-                                       "/" user "/")))
+                                       "/" (downcase user) "/")))
              (throw 'found result))
            (if exact
                (setq address nil)