* gnus-registry.el (gnus-registry-clean-empty-function)
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 6 Apr 2005 19:04:20 +0000 (19:04 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 6 Apr 2005 19:04:20 +0000 (19:04 +0000)
commit745b1694ea12a50d303192a362755019f7fa6971
treef0fa7e21adf2211075d3cf48e647a03df28fdb9b
parent5bbef3d4a760fc74cc26daf8635e3603f17be7f4
* gnus-registry.el (gnus-registry-clean-empty-function)
(gnus-registry-trim, gnus-registry-fetch-groups)
(gnus-registry-delete-group): now groups that match
`gnus-registry-ignored-groups' will be removed from the registry
entries, not just ignored for splitting.  This helps clean up the
registry.  Also, `gnus-registry-fetch-groups' is a convenient way
to get all the groups a message ID is in.

* spam-stat.el (spam-stat-split-fancy-spam-threshold)
(spam-stat-split-fancy): changed "threshhold" to "threshold"
(spam-stat-score-buffer-user-functions): added :number custom type

From D Goel  <deego@gnufans.org>:

* spam-stat.el (spam-stat-score-buffer): Add a call to a
user-function allow user modifications of the scores.
(spam-stat-score-buffer-user): New function, to allow
user-computed modifications to the score.
(spam-stat-score-buffer-user-functions): list of additional
scoring functions
(spam-stat-error-holder): global temporary error holder
(spam-stat-split-fancy): use the new `spam-stat-error-holder'
variable
lisp/ChangeLog
lisp/gnus-registry.el
lisp/spam-stat.el