From e5500d2a3f635e7c5a157576df6b9d57d02e2809 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 2 Sep 2010 03:43:31 +0000 Subject: [PATCH] gnus-group.el (gnus-group-line-format): Remove %O (moderated) from group line format, since it isn't very interesting. --- lisp/gnus/ChangeLog | 3 +++ lisp/gnus/gnus-group.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7f4390b7f42..68d671d58f7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 032f433969f..3d34fa7c002 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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. -- 2.39.2