Variable: gnus-mime-button-line-format

gnus-mime-button-line-format is a variable defined in gnus-art.el.gz.

Value

"%{%([%p. %d%T]%)%}%e\n"

Documentation

Format of the MIME buttons.

Valid specifiers include:
%t The MIME type
%T MIME type, along with additional info
%n The name parameter
%d The description, if any
%l The length of the encoded part
%p The part identifier number
%e Dots if the part isn't displayed

General format specifiers can also be used. See Info node
(gnus)Formatting Variables.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
;;;
;;; Gnus MIME viewing functions
;;;

(defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
  "Format of the MIME buttons.

Valid specifiers include:
%t  The MIME type
%T  MIME type, along with additional info
%n  The `name' parameter
%d  The description, if any
%l  The length of the encoded part
%p  The part identifier number
%e  Dots if the part isn't displayed

General format specifiers can also be used.  See Info node
`(gnus)Formatting Variables'.")