]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't show Attachment(s) header in html article viewed with browse-url
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Nov 2019 02:24:26 +0000 (02:24 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 14 Nov 2019 02:24:26 +0000 (02:24 +0000)
* 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

index 922bb99d7065e56effce464fdcf9694e9fd6625a..a962566f1edd760e909b05cb5a9fd3734a982b3d 100644 (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)))