Variable: gnus-summary-same-subject

gnus-summary-same-subject is a customizable variable defined in gnus-sum.el.gz.

Value

""

Documentation

String indicating that the current article has the same subject as the previous.

This variable will only be used if the value of gnus-summary-make-false-root is empty.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-same-subject ""
  "String indicating that the current article has the same subject as the previous.
This variable will only be used if the value of
`gnus-summary-make-false-root' is `empty'."
  :group 'gnus-summary-format
  :type 'string)