]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-process-new-messages): Handle missing From
authorAlex Schroeder <alex@gnu.org>
Tue, 11 Apr 2006 13:28:13 +0000 (13:28 +0000)
committerAlex Schroeder <alex@gnu.org>
Tue, 11 Apr 2006 13:28:13 +0000 (13:28 +0000)
line (usually spam).

lisp/mail/rmail.el

index 39465bbc485972ff9468a153f94372bae7b0a800..7c3a560c306cea4d29f4fe46b9073586d80cd060 100644 (file)
@@ -1922,8 +1922,8 @@ non-nil then do not show any progress messages."
                                       keywords
                                       date
                                       (count-lines start end)
-                                      (cadr (mail-extract-address-components
-                                             (rmail-header-get-header "from")))
+                                      (cadr (mail-extract-address-components; does not like nil
+                                             (or (rmail-header-get-header "from") "")))
                                       (or (rmail-header-get-header "subject")
                                           "none")))
                           message-descriptor-list)))))