comparison lisp/gnus/gnus-group.el @ 110142:1206368c6f20

gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 03:43:31 +0000
parents 8d09094063d0
children 821c596efa5f
comparison
equal deleted inserted replaced
110141:e6f89f34c02d 110142:1206368c6f20
167 (function-item gnus-group-sort-by-method) 167 (function-item gnus-group-sort-by-method)
168 (function-item gnus-group-sort-by-server) 168 (function-item gnus-group-sort-by-server)
169 (function-item gnus-group-sort-by-rank) 169 (function-item gnus-group-sort-by-rank)
170 (function :tag "other" nil)))) 170 (function :tag "other" nil))))
171 171
172 (defcustom gnus-group-line-format "%M\%S\%p\%P\%5y:%B%(%g%)%O\n" 172 (defcustom gnus-group-line-format "%M\%S\%p\%P\%5y:%B%(%g%)\n"
173 "*Format of group lines. 173 "*Format of group lines.
174 It works along the same lines as a normal formatting string, 174 It works along the same lines as a normal formatting string,
175 with some simple extensions. 175 with some simple extensions.
176 176
177 %M Only marked articles (character, \"*\" or \" \") 177 %M Only marked articles (character, \"*\" or \" \")