Variable: gnus-auto-extend-newsgroup

gnus-auto-extend-newsgroup is a customizable variable defined in gnus-sum.el.gz.

Value

t

Documentation

If non-nil, extend newsgroup forward and backward when requested.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-auto-extend-newsgroup t
  "If non-nil, extend newsgroup forward and backward when requested."
  :group 'gnus-summary-choose
  :type 'boolean)