Function: nnweb-request-scan

nnweb-request-scan is a byte-compiled function defined in nnweb.el.gz.

Signature

(nnweb-request-scan &optional GROUP SERVER)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(deffoo nnweb-request-scan (&optional group server)
  (nnweb-possibly-change-server group server)
  (if nnweb-ephemeral-p
      (setq nnweb-hashtb (gnus-make-hashtable 4000))
    (unless nnweb-articles
      (nnweb-read-overview group)))
  (funcall (nnweb-definition 'map))
  (unless nnweb-ephemeral-p
    (nnweb-write-active)
    (nnweb-write-overview group)))