Variable: nnir-summary-line-format
nnir-summary-line-format is a customizable variable defined in
nnir.el.gz.
This variable is obsolete since 28.1; The formatting specs previously unique to this variable may now be set in 'gnus-summary-line-format.
Value
nil
Documentation
The format specification of the lines in an nnir summary buffer.
All the items from gnus-summary-line-format are available, along
with three items unique to nnir summary buffers:
%Z Search retrieval score value (integer)
%G Article original full group name (string)
%g Article original short group name (string)
If nil this will use gnus-summary-line-format.
This variable was added, or its default value changed, in Emacs 24.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
(defcustom nnir-summary-line-format nil
"The format specification of the lines in an nnir summary buffer.
All the items from `gnus-summary-line-format' are available, along
with three items unique to nnir summary buffers:
%Z Search retrieval score value (integer)
%G Article original full group name (string)
%g Article original short group name (string)
If nil this will use `gnus-summary-line-format'."
:version "24.1"
:type '(choice (const :tag "gnus-summary-line-format" nil) string))