Function: nntp-request-group-articles

nntp-request-group-articles is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-request-group-articles GROUP &optional SERVER)

Documentation

Return the list of existing articles in GROUP.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(deffoo nntp-request-group-articles (group &optional server)
  "Return the list of existing articles in GROUP."
  (nntp-with-open-group
   nil server
   (nntp-send-command "^\\.*\r?\n" "LISTGROUP" group)))