Function: nnmail-get-active

nnmail-get-active is a byte-compiled function defined in nnmail.el.gz.

Signature

(nnmail-get-active)

Documentation

Return an assoc of group names and active ranges.

nn*-request-list should have been called before calling this function.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defun nnmail-get-active ()
  "Return an assoc of group names and active ranges.
nn*-request-list should have been called before calling this function."
  ;; Go through all groups from the active list.
  (with-current-buffer nntp-server-buffer
    (nnmail-parse-active)))