Function: spam-stat-unload-hook

spam-stat-unload-hook is an interactive and byte-compiled function defined in spam-stat.el.gz.

Signature

(spam-stat-unload-hook)

Documentation

Uninstall the spam-stat function hooks.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defun spam-stat-unload-hook ()
  "Uninstall the spam-stat function hooks."
  (interactive)
  (remove-hook 'nnmail-prepare-incoming-message-hook
	       #'spam-stat-store-current-buffer)
  (remove-hook 'gnus-select-article-hook
	       #'spam-stat-store-gnus-article-buffer))