Function: gnus-group-native-p
gnus-group-native-p is a byte-compiled function defined in gnus.el.gz.
Signature
(gnus-group-native-p GROUP)
Documentation
Say whether the group is native or not.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defun gnus-group-native-p (group)
"Say whether the group is native or not."
(not (string-search ":" group)))