Mercurial > emacs
changeset 66329:eaa19e98cd04
* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
where gnus-ignored-from-address is an empty string.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 23 Oct 2005 16:25:36 +0000 |
parents | f649e62bb3ab |
children | 315411603f68 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Sun Oct 23 13:30:15 2005 +0000 +++ b/lisp/gnus/ChangeLog Sun Oct 23 16:25:36 2005 +0000 @@ -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.
--- a/lisp/gnus/gnus-sum.el Sun Oct 23 13:30:15 2005 +0000 +++ b/lisp/gnus/gnus-sum.el Sun Oct 23 16:25:36 2005 +0000 @@ -3304,6 +3304,7 @@ 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