Function: gnus-group-full-name

gnus-group-full-name is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-group-full-name GROUP METHOD)

Documentation

Return the full name from GROUP and METHOD, even if the method is native.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defun gnus-group-full-name (group method)
  "Return the full name from GROUP and METHOD, even if the method is native."
  (gnus-group-prefixed-name group method t))