Variable: gnus-sum-thread-tree-false-root

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

Value

"> "

Documentation

With %B spec, used for a false 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-false-root "> "
  "With %B spec, used for a false root of a thread.
If nil, use subject instead."
  :version "22.1"
  :type '(radio (const :format "%v  " nil) string)
  :group 'gnus-thread)