Variable: gnus-interactive-catchup

gnus-interactive-catchup is a customizable variable defined in gnus.el.gz.

Value

t

Documentation

If non-nil, require your confirmation when catching up a group.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-interactive-catchup t
  "If non-nil, require your confirmation when catching up a group."
  :group 'gnus-group-select
  :type 'boolean)