Variable: gnus-mime-display-attachment-buttons-in-header
gnus-mime-display-attachment-buttons-in-header is a customizable
variable defined in gnus-art.el.gz.
Value
t
Documentation
Add attachment buttons in the end of the header of an article.
Since MIME attachments tend to be put at the end of an article, we may overlook them if there is a huge body. This option offers you a copy of all non-inlinable MIME parts as buttons shown in front of an article. If nil, don't show those extra buttons.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-mime-display-attachment-buttons-in-header t
"Add attachment buttons in the end of the header of an article.
Since MIME attachments tend to be put at the end of an article, we may
overlook them if there is a huge body. This option offers you a copy
of all non-inlinable MIME parts as buttons shown in front of an article.
If nil, don't show those extra buttons."
:version "25.1"
:group 'gnus-article-mime
:type 'boolean)