]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
authorChong Yidong <cyd@stupidchicken.com>
Sun, 23 Oct 2005 16:25:36 +0000 (16:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 23 Oct 2005 16:25:36 +0000 (16:25 +0000)
where gnus-ignored-from-address is an empty string.

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index 793bd1f4a3b9500de416a01f73c37ff81b1f1e23..3e82ae07120b92506b479221ec99044779a7f937 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
+       where gnus-ignored-from-address is an empty string.
+
 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
 
        * mail-source.el (mail-source-fetch-pop): Require pop3.
index c9e93d19f42e6f8b0af359281bb7dbba2700398f..3bcbf82d93cc5b03d879137d94cc2b3b9cb9fdd6 100644 (file)
@@ -3304,6 +3304,7 @@ buffer that was in action when the last article was fetched."
                         gnus-newsgroup-ignored-charsets)))
     (or
      (and gnus-ignored-from-addresses
+         (not (string= gnus-ignored-from-addresses ""))
          (string-match gnus-ignored-from-addresses gnus-tmp-from)
          (let ((extra-headers (mail-header-extra header))
                to