Function: gnus-group-check-bogus-groups

gnus-group-check-bogus-groups is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-check-bogus-groups &optional SILENT)

Documentation

Check bogus newsgroups.

If given a prefix, don't ask for confirmation before removing a bogus group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-check-bogus-groups (&optional silent)
  "Check bogus newsgroups.
If given a prefix, don't ask for confirmation before removing a bogus
group."
  (interactive "P" gnus-group-mode)
  (gnus-check-bogus-newsgroups (and (not silent) (not gnus-expert-user)))
  (gnus-group-list-groups))