Function: gnus-article-mark-to-type

gnus-article-mark-to-type is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-article-mark-to-type MARK)

Documentation

Return the type of MARK.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-article-mark-to-type (mark)
  "Return the type of MARK."
  (or (cadr (assq mark gnus-article-special-mark-lists))
      'list))