Variable: gnus-article-mode-line-format

gnus-article-mode-line-format is a customizable variable defined in gnus-art.el.gz.

Value

"Gnus: %g %S%m"

Documentation

The format specification for the article mode line.

See gnus-summary-mode-line-format for a closer description.

The following additional specs are available:

%w The article washing status.
%m The number of MIME parts in the article.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(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.

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)