Function: gnus-summary-insert-dormant-articles

gnus-summary-insert-dormant-articles is an interactive and byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-insert-dormant-articles)

Documentation

Insert all the dormant articles for this group into the current buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-insert-dormant-articles ()
  "Insert all the dormant articles for this group into the current buffer."
  (interactive nil gnus-summary-mode)
  (let ((gnus-verbose (max 6 gnus-verbose)))
    (if (not gnus-newsgroup-dormant)
	(gnus-message 3 "No dormant articles for this group")
      (gnus-summary-goto-subjects gnus-newsgroup-dormant))))