Variable: gnus-summary-dummy-line-format

gnus-summary-dummy-line-format is a customizable variable defined in gnus-sum.el.gz.

Value

"   %(:                             :%) %S\n"

Documentation

The format specification for the dummy roots in the summary buffer.

It works along the same lines as a normal formatting string, with some simple extensions.

%S The subject

General format specifiers can also be used. See (gnus)Formatting Variables.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-dummy-line-format
  "   %(:                             :%) %S\n"
  "The format specification for the dummy roots in the summary buffer.
It works along the same lines as a normal formatting string,
with some simple extensions.

%S  The subject

General format specifiers can also be used.
See `(gnus)Formatting Variables'."
  :link '(custom-manual "(gnus)Formatting Variables")
  :group 'gnus-threading
  :type 'string)