Function: gnus-group-list-flush

gnus-group-list-flush is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-list-flush &optional ARGS)

Documentation

Flush groups from the current selection.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-list-flush (&optional args)
  "Flush groups from the current selection."
  (interactive "P" gnus-group-mode)
  (let ((gnus-group-list-option 'flush))
    (gnus-group-list-plus args)))