From: Katsumi Yamaoka Date: Thu, 14 Nov 2019 02:24:26 +0000 (+0000) Subject: Don't show Attachment(s) header in html article viewed with browse-url X-Git-Tag: emacs-27.0.90~640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ecbfefa7239bd071262db25dfc9c97a01ec9ca1;p=emacs.git 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. --- 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)))