[gnus git] branch master updated: =1= Remove the article washing status from the default format.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 60075d32b69b416f6718eb01145fba6d3262ac37 (commit)
from 64c46579a04638ff8abe0eec982568e023411e54 (commit)
- Log -----------------------------------------------------------------
commit 60075d32b69b416f6718eb01145fba6d3262ac37
Author: Lars Ingebrigtsen <[email protected]>
Date: Sun Feb 13 10:44:43 2011 -0800
Remove the article washing status from the default format.
It isn't very informative.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 02248b8..d19efb0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-13 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-art.el (gnus-article-mode-line-format): Remove the article
+ washing status from the default format. It isn't very informative.
+
2011-02-13 Tassilo Horn <[email protected]> (tiny change)
* nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 54797b2..d7c0d7a 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -683,7 +683,7 @@ beginning of a line."
:type 'regexp
:group 'gnus-article-various)
-(defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
+(defcustom gnus-article-mode-line-format "Gnus: %g %S%m"
"*The format specification for the article mode line.
See `gnus-summary-mode-line-format' for a closer description.
@@ -691,6 +691,7 @@ The following additional specs are available:
%w The article washing status.
%m The number of MIME parts in the article."
+ :version "24.1"
:type 'string
:group 'gnus-article-various)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-art.el | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project