From a30bf88ce6fea496f2e6558cac9bfd481ee22472 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 23 Dec 2004 22:08:45 +0000 Subject: [PATCH] Synch to No Gnus 200412231849. --- lisp/ChangeLog | 5 +++++ lisp/spam.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 1.7.10.4