Function: gnus-group-guess-full-name-from-command-method

gnus-group-guess-full-name-from-command-method is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-group-guess-full-name-from-command-method GROUP)

Documentation

Guess the full name from GROUP, even if the method is native.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defun gnus-group-guess-full-name-from-command-method (group)
  "Guess the full name from GROUP, even if the method is native."
  (if (gnus-group-prefixed-p group)
      group
    (gnus-group-full-name group gnus-command-method)))