Function: gnus-add-wash-type
gnus-add-wash-type is a byte-compiled function defined in
gnus-art.el.gz.
Signature
(gnus-add-wash-type TYPE)
Documentation
Add a washing of TYPE to the current status.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-add-wash-type (type)
"Add a washing of TYPE to the current status."
(add-to-list 'gnus-article-wash-types type))