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:

Descend hierarchy alt.binaries? ([y]nsq):

If the user pressed y, Gnus will descend the hierarchy, s will subscribe to all newsgroups in the hierarchy and n 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:

Descend hierarchy alt.binaries? ([y]nsq):

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