From 3ecbfefa7239bd071262db25dfc9c97a01ec9ca1 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 14 Nov 2019 02:24:26 +0000 Subject: [PATCH] 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. --- lisp/gnus/gnus-art.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5