Variable: gnus-subscribe-hierarchical-interactive

gnus-subscribe-hierarchical-interactive is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

If non-nil, Gnus will offer to subscribe hierarchically.

When a new hierarchy appears, Gnus will ask the user:

'alt.binaries': Do you want to subscribe to this hierarchy? ([d]ys):

If the user pressed d, Gnus will descend the hierarchy, y will subscribe to all newsgroups in the hierarchy and s will skip this hierarchy in its entirety.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-subscribe-hierarchical-interactive nil
  "If non-nil, Gnus will offer to subscribe hierarchically.
When a new hierarchy appears, Gnus will ask the user:

'alt.binaries': Do you want to subscribe to this hierarchy? ([d]ys):

If the user pressed `d', Gnus will descend the hierarchy, `y' will
subscribe to all newsgroups in the hierarchy and `s' will skip this
hierarchy in its entirety."
  :group 'gnus-group-new
  :type 'boolean)