* wl.el (toplevel): Require wl-spam when compile.
authorhmurata <hmurata>
Tue, 21 Oct 2003 03:00:47 +0000 (03:00 +0000)
committerhmurata <hmurata>
Tue, 21 Oct 2003 03:00:47 +0000 (03:00 +0000)
commit16b8dcb951d32d536cd4b065dd4a2a53e118d261
tree5e6191823f05cd831c0c5fab1ef66f031eef15cb
parentde480ddaa8d16c6854c69a0b96cab93b2b85789b
* wl.el (toplevel): Require wl-spam when compile.
(wl-save-status): Call wl-spam-save-status.

* wl-spam.el (wl-spam-register-spam-messages): New function.
(wl-spam-register-good-messages): Ditto.
(wl-spam-save-status): Ditto.
(wl-summary-mode-map): Bind
wl-summary-target-mark-register-as-spam to "ms" and
wl-summary-target-mark-register-as-good to "mn".
(wl-summary-register-as-spam): Abolish optional argument; Use
wl-spam-register-spam-messages.
(wl-summary-register-as-spam-all): Use
wl-spam-register-spam-messages.
(wl-summary-register-as-good): Abolish optional argument; Use
wl-spam-register-good-messages.
(wl-summary-register-as-good-all): Use
wl-spam-register-good-messages.
(wl-summary-target-mark-register-as-spam): New funtion.
(wl-summary-target-mark-register-as-good): Ditto.

* elmo-spam.el (elmo-spam-save-status): New API.

* elsp-spamfilter.el: New file.

* WL-ELS (ELMO-MODULES): Added elsp-spamfilter only if spamfilter
is installed.
ChangeLog
WL-ELS
elmo/ChangeLog
elmo/elmo-spam.el
elmo/elsp-spamfilter.el [new file with mode: 0644]
wl/ChangeLog
wl/wl-spam.el
wl/wl.el