Variable: gnus-summary-pick-line-format
gnus-summary-pick-line-format is a customizable variable defined in
gnus-salt.el.gz.
Value
"%-5P %U%R%z%I%(%[%4L: %-23,23n%]%) %s\n"
Documentation
The format specification of the lines in pick buffers.
It accepts the same format specs that gnus-summary-line-format does.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-salt.el.gz
(defcustom gnus-summary-pick-line-format
"%-5P %U\ %R\ %z\ %I\ %(%[%4L: %-23,23n%]%) %s\n"
"The format specification of the lines in pick buffers.
It accepts the same format specs that `gnus-summary-line-format' does."
:type 'string
:group 'gnus-summary-pick)