diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 922bb99d706..a962566f1ed 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -3035,6 +3035,7 @@ images if any to the browser, and deletes them when exiting the group (gnus-summary-show-article) (let ((gnus-visible-headers (or (get 'gnus-visible-headers 'standard-value) gnus-visible-headers)) + (gnus-mime-display-attachment-buttons-in-header nil) ;; As we insert a
, there's no need for the body boundary. (gnus-treat-body-boundary nil)) (gnus-summary-show-article)))