Don't show Attachment(s) header in html article viewed with browse-url

* lisp/gnus/gnus-art.el (gnus-article-browse-html-article):
Bind gnus-mime-display-attachment-buttons-in-header to nil.
This commit is contained in:
Katsumi Yamaoka 2019-11-14 02:24:26 +00:00
parent ea73c66423
commit 3ecbfefa72

View file

@ -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 <hr>, there's no need for the body boundary.
(gnus-treat-body-boundary nil))
(gnus-summary-show-article)))