*** empty log message ***
[gnus] / lisp / gnus-picon.el
index 9e0d4a3..36437ed 100644 (file)
        (beginning-of-buffer)
        (open-line 1)
        (let* ((iconpoint (point)) (from (mail-fetch-field "from"))
-         (username 
-          (progn
-            (string-match "\\([-_a-zA-Z0-9]+\\)@" from)
-            (match-string 1 from)))
-          (hostpath
-           (gnus-picons-reverse-domain-path
-            (replace-in-string
-             (replace-in-string from ".*@\\([_a-zA-Z0-9-.]+\\).*" "\\1") 
-             "\\." "/"))))
+              (username 
+               (progn
+                 (string-match "\\([-_a-zA-Z0-9]+\\)@" from)
+                 (match-string 1 from)))
+              (hostpath
+               (gnus-picons-reverse-domain-path
+                (replace-in-string
+                 (replace-in-string from ".*@\\([_a-zA-Z0-9-.]+\\).*" "\\1") 
+                 "\\." "/"))))
          (if (equal username from)
-               (setq username (replace-in-string from 
-                                                 ".*<\\([_a-zA-Z0-9-.]+\\)>.*" 
-                                                 "\\1")))
+             (setq username (replace-in-string from 
+                                               ".*<\\([_a-zA-Z0-9-.]+\\)>.*" 
+                                               "\\1")))
          (insert username)
          (gnus-picons-insert-face-if-exists 
           (concat gnus-picons-database "/" gnus-picons-news-directory)