Function: gnus-group-secondary-p

gnus-group-secondary-p is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-group-secondary-p GROUP)

Documentation

Say whether the group is secondary or not.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defun gnus-group-secondary-p (group)
  "Say whether the group is secondary or not."
  (gnus-secondary-method-p (gnus-find-method-for-group group)))