Function: gnus-group-foreign-p

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

Signature

(gnus-group-foreign-p GROUP)

Documentation

Say whether a group is foreign or not.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defun gnus-group-foreign-p (group)
  "Say whether a group is foreign or not."
  (and (not (gnus-group-native-p group))
       (not (gnus-group-secondary-p group))))