]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 2 Sep 2010 03:43:31 +0000 (03:43 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Sep 2010 03:43:31 +0000 (03:43 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-group.el

index 7f4390b7f428373f9717cabec4e1123b9498a923..68d671d58f714360d14991ed383cf4aecd4f9cfd 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 032f433969fe551493ee55b4f188a6a9c6a008ec..3d34fa7c002230fb9ce765876eb312e2234e3686 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.