Function: spam-stat-install-hooks-function
spam-stat-install-hooks-function is an interactive and byte-compiled
function defined in spam-stat.el.gz.
Signature
(spam-stat-install-hooks-function)
Documentation
Install the spam-stat function hooks.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defun spam-stat-install-hooks-function ()
"Install the spam-stat function hooks."
(interactive)
(add-hook 'nnmail-prepare-incoming-message-hook
#'spam-stat-store-current-buffer)
(add-hook 'gnus-select-article-hook
#'spam-stat-store-gnus-article-buffer))