From: yamaoka Date: Thu, 23 Dec 2004 22:08:45 +0000 (+0000) Subject: Synch to No Gnus 200412231849. X-Git-Tag: t-gnus-6_17_4-quimby-~619 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a30bf88ce6fea496f2e6558cac9bfd481ee22472;p=elisp%2Fgnus.git- Synch to No Gnus 200412231849. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8c3672..55547f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-12-23 Teodor Zlatanov + + * spam.el (spam-check-BBDB): don't get the symbol-value of an + imaginary variable + 2004-12-22 Katsumi Yamaoka * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works diff --git a/lisp/spam.el b/lisp/spam.el index c143d09..a02c2c6 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -2104,8 +2104,7 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details." (setq who (nth 1 (gnus-extract-address-components who))) (if (if spam-cache-lookups - (symbol-value - (intern-soft (downcase who) bbdb-cache)) + (intern-soft (downcase who) bbdb-cache) (bbdb-search-simple nil who)) t (if spam-use-BBDB-exclusive