From: Lars Ingebrigtsen Date: Sun, 13 Feb 2011 18:44:43 +0000 (-0800) Subject: Remove the article washing status from the default format. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=60075d32b69b416f6718eb01145fba6d3262ac37;ds=sidebyside Remove the article washing status from the default format. It isn't very informative. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02248b888..d19efb00d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-02-13 Lars Ingebrigtsen + + * 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 (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 54797b2a5..d7c0d7a72 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)