Function: gnus-summary-best-group

gnus-summary-best-group is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-best-group &optional EXCLUDE-GROUP)

Documentation

Find the name of the best unread group.

If EXCLUDE-GROUP, do not go to this group.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-best-group (&optional exclude-group)
  "Find the name of the best unread group.
If EXCLUDE-GROUP, do not go to this group."
  (with-current-buffer gnus-group-buffer
    (save-excursion
      (gnus-group-best-unread-group exclude-group))))