Remove %O (moderated) from group line format, since it isn't very interesting.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 2 Sep 2010 02:54:44 +0000 (04:54 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 2 Sep 2010 02:54:44 +0000 (04:54 +0200)
lisp/ChangeLog
lisp/gnus-group.el

index 4b41fb5..f81fafb 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
+       group line format, since it isn't very interesting.
+
        * gnus-agent.el (gnus-agent-short-article),
        (gnus-agent-long-article): Increase values for these two variables,
        since most people are likely to have more network connection and
index 032f433..3d34fa7 100644 (file)
@@ -169,7 +169,7 @@ list."
                         (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.