Function: spam-backend-ham-unregistration-function

spam-backend-ham-unregistration-function is a byte-compiled function defined in spam.el.gz.

Signature

(spam-backend-ham-unregistration-function BACKEND)

Documentation

Get the ham unregistration function for BACKEND.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-backend-ham-unregistration-function (backend)
  "Get the ham unregistration function for BACKEND."
  (get backend 'huf))