* spam.el (autoload): autoload the gnus-registry functions we'll
authorTeodor Zlatanov <tzz@lifelogs.com>
Fri, 31 Oct 2003 13:01:14 +0000 (13:01 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Fri, 31 Oct 2003 13:01:14 +0000 (13:01 +0000)
commit2543a7ecb9d948bd37becf2737bfbfceb7613143
treefef6d221592e3d5c4674ccaa3c23eedac963c9de
parent50ec5c3ff02571cd999be14c5fd1db61492c43cb
* spam.el (autoload): autoload the gnus-registry functions we'll
need
(spam-log-to-registry): new variable for interfacing with the
gnus-registry
(spam-install-hooks): variable had the wrong customization group
(spam-fetch-field-message-id-fast): convenience function for fetch
a message ID quickly
(spam-log-processing-to-registry): new function
(spam-ifile-register-spam-routine)
(spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
(spam-stat-register-ham-routine)
(spam-blacklist-register-routine)
(spam-whitelist-register-routine)
(spam-bogofilter-register-spam-routine)
(spam-bogofilter-register-ham-routine)
(spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
spam-log-processing-to-registry invocations

* gnus-registry.el: fixed docs in the preface to mention
gnus-registry-initialize
(gnus-registry-store-extra): remove cached extra entry
information when new extra entry is stored
lisp/ChangeLog
lisp/gnus-registry.el
lisp/spam.el