# HG changeset patch # User Katsumi Yamaoka # Date 1283399011 0 # Node ID 1206368c6f20aa3cdd6476d846e1cf30433c2c45 # Parent e6f89f34c02d77a795fe405705858273d41ebcb6 gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting. diff -r e6f89f34c02d -r 1206368c6f20 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Sep 02 03:39:33 2010 +0000 +++ b/lisp/gnus/ChangeLog Thu Sep 02 03:43:31 2010 +0000 @@ -1,5 +1,8 @@ 2010-09-02 Lars Magne Ingebrigtsen + * 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 diff -r e6f89f34c02d -r 1206368c6f20 lisp/gnus/gnus-group.el --- 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.