Remove the article washing status from the default format.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Feb 2011 18:44:43 +0000 (10:44 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Feb 2011 18:44:43 +0000 (10:44 -0800)
It isn't very informative.

lisp/ChangeLog
lisp/gnus-art.el

index 02248b8..d19efb0 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <tassilo@member.fsf.org>  (tiny change)
 
        * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
index 54797b2..d7c0d7a 100644 (file)
@@ -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)