Mercurial > emacs
changeset 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 | e6f89f34c02d |
children | 19ce95f8bbbb |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-group.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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.