gnus-group-line-format-alist
gnus-group-line-format-alist is a variable defined in `
gnus-group.el
'.
Its value is shown
below.
Documentation:
Not documented as a variable.
Value:
((77 gnus-tmp-marked-mark 99)
(83 gnus-tmp-subscribed 99)
(76 gnus-tmp-level 100)
(78
(cond
((eq number t)
"*")
((numberp number)
(int-to-string
(+ number
(gnus-range-length
(cdr
(assq 'dormant gnus-tmp-marked)))
(gnus-range-length
(cdr
(assq 'tick gnus-tmp-marked))))))
(t number))
115)
(82 gnus-tmp-number-of-read 115)
(85
(if
(gnus-active gnus-tmp-group)
(gnus-number-of-unseen-articles-in-group gnus-tmp-group)
"*")
115)
(116 gnus-tmp-number-total 100)
(121 gnus-tmp-number-of-unread 115)
(73
(gnus-range-length
(cdr
(assq 'dormant gnus-tmp-marked)))
100)
(84
(gnus-range-length
(cdr
(assq 'tick gnus-tmp-marked)))
100)
(105
(+
(gnus-range-length
(cdr
(assq 'dormant gnus-tmp-marked)))
(gnus-range-length
(cdr
(assq 'tick gnus-tmp-marked))))
100)
(103
(if
(boundp 'gnus-tmp-decoded-group)
gnus-tmp-decoded-group gnus-tmp-group)
115)
(71 gnus-tmp-qualified-group 115)
(99
(gnus-short-group-name
(if
(boundp 'gnus-tmp-decoded-group)
gnus-tmp-decoded-group gnus-tmp-group))
115)
(67 gnus-tmp-comment 115)
(68 gnus-tmp-newsgroup-description 115)
(111 gnus-tmp-moderated 99)
(79 gnus-tmp-moderated-string 115)
(112 gnus-tmp-process-marked 99)
(115 gnus-tmp-news-server 115)
(110 gnus-tmp-news-method 115)
(80 gnus-group-indentation 115)
(69 gnus-tmp-group-icon 115)
(66 gnus-tmp-summary-live 99)
(122 gnus-tmp-news-method-string 115)
(109
(gnus-group-new-mail gnus-tmp-group)
99)
(100
(gnus-group-timestamp-string gnus-tmp-group)
115)
(117 gnus-tmp-user-defined 115)
(70
(gnus-total-fetched-for gnus-tmp-group)
115))