diff 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
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el	Thu Sep 02 03:39:33 2010 +0000
+++ b/lisp/gnus/gnus-group.el	Thu Sep 02 03:43:31 2010 +0000
@@ -169,7 +169,7 @@
 			 (function-item gnus-group-sort-by-rank)
 			 (function :tag "other" nil))))
 
-(defcustom gnus-group-line-format "%M\%S\%p\%P\%5y:%B%(%g%)%O\n"
+(defcustom gnus-group-line-format "%M\%S\%p\%P\%5y:%B%(%g%)\n"
   "*Format of group lines.
 It works along the same lines as a normal formatting string,
 with some simple extensions.