* spam.el: added some gnus-registry autoloads
authorTeodor Zlatanov <tzz@lifelogs.com>
Sun, 14 Dec 2003 03:18:03 +0000 (03:18 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Sun, 14 Dec 2003 03:18:03 +0000 (03:18 +0000)
commit7a091eeb35bc0c26e466e6d0892b401dda27360a
tree1c40527a485c2c081fac18d10cf11c711fa394ad
parent14ba04b1d0c14f74497f451dc0b496c4fb3d389b
* spam.el: added some gnus-registry autoloads
(spam-split-symbolic-return): makes spam-split return 'spam
instead of the value of spam-split-group when spam is detected
(spam-split-symbolic-return-positive): makes spam-split return
'ham instead of nil when ham is detected
(spam-autodetect-recheck-messages): tells spam.el whether it
should recheck all messages in a group, or only the unseen ones
(spam-split-last-successful-check): spam-split will set this to
the last successful check; this was seen as a cleaner approach
than returning a cell like '(spam spam-use-bogofilter)
(spam-list-of-checks): documentation appended
(spam-split): accomodate the spam-split-symbolic-return and
spam-split-symbolic-return-positive variables
(spam-find-spam): new function called when the summary is built
(spam-log-registered-p): checks if a ham or spam registration has
already been done for an article
(spam-check-regex-headers, spam-check-blackholes, spam-check-BBDB)
(spam-check-ifile, spam-check-stat, spam-check-whitelist)
(spam-check-blacklist, spam-check-bogofilter-headers)
(spam-check-spamoracle): respect the spam-split-symbolic-return
and spam-split-symbolic-return-positive variables
(spam-initialize): add spam-find-spam to gnus-summary-prepare-hook
(spam-unload-hook): remove spam-find-spam from
gnus-summary-prepare-hook

* gnus.el (spam-autodetect, spam-autodetect-methods): new
configuration items for spam autodetection
lisp/ChangeLog
lisp/gnus.el
lisp/spam.el