Function: spam-clear-cache-BBDB

spam-clear-cache-BBDB is a byte-compiled function defined in spam.el.gz.

Signature

(spam-clear-cache-BBDB &rest IMMATERIAL)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
;; when the BBDB changes, we want to clear out our cache
(defun spam-clear-cache-BBDB (&rest _immaterial)
  (spam-clear-cache 'spam-use-BBDB))