Variable: gnus-sum-thread-tree-root

gnus-sum-thread-tree-root is a customizable variable defined in gnus-sum.el.gz.

Value

"> "

Documentation

With %B spec, used for the root of a thread.

If nil, use subject instead.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-sum-thread-tree-root "> "
  "With %B spec, used for the root of a thread.
If nil, use subject instead."
  :version "22.1"
  :type '(radio (const :format "%v  " nil) string)
  :group 'gnus-thread)