Function: spam-backend-get-article-todo-list

spam-backend-get-article-todo-list is a byte-compiled function defined in spam.el.gz.

Signature

(spam-backend-get-article-todo-list BACKEND CLASSIFICATION &optional UNREGISTER)

Documentation

Get the articles to be processed for BACKEND and CLASSIFICATION.

With UNREGISTER, get articles to be unregistered. This is a temporary storage function - nothing here persists.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-backend-get-article-todo-list (backend
                                           classification
                                           &optional unregister)
  "Get the articles to be processed for BACKEND and CLASSIFICATION.
With UNREGISTER, get articles to be unregistered.
This is a temporary storage function - nothing here persists."
  (get
   backend
   (intern (spam-backend-article-list-property classification unregister))))