Synch to No Gnus 200412231849.
authoryamaoka <yamaoka>
Thu, 23 Dec 2004 22:08:45 +0000 (22:08 +0000)
committeryamaoka <yamaoka>
Thu, 23 Dec 2004 22:08:45 +0000 (22:08 +0000)
lisp/ChangeLog
lisp/spam.el

index d8c3672..55547f5 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-check-BBDB): don't get the symbol-value of an
+       imaginary variable
+
 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
index c143d09..a02c2c6 100644 (file)
@@ -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