Variable: gnus-agent-spam-hashtb

gnus-agent-spam-hashtb is a variable defined in gnus-agent.el.gz.

Value

nil

Documentation

Cache of message subjects for spam messages.

Actually a hash table holding subjects mapped to t.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defvar gnus-agent-spam-hashtb nil
  "Cache of message subjects for spam messages.
Actually a hash table holding subjects mapped to t.")