projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea73c66
)
Don't show Attachment(s) header in html article viewed with browse-url
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 14 Nov 2019 02:24:26 +0000
(
02:24
+0000)
committer
Katsumi 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 922bb99d7065e56effce464fdcf9694e9fd6625a..a962566f1edd760e909b05cb5a9fd3734a982b3d 100644
(file)
--- 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 <hr>, there's no need for the body boundary.
(gnus-treat-body-boundary nil))
(gnus-summary-show-article)))