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:
parent
ea73c66423
commit
3ecbfefa72
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue