aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-art.el1
1 files changed, 1 insertions, 0 deletions
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
3035 (gnus-summary-show-article) 3035 (gnus-summary-show-article)
3036 (let ((gnus-visible-headers (or (get 'gnus-visible-headers 'standard-value) 3036 (let ((gnus-visible-headers (or (get 'gnus-visible-headers 'standard-value)
3037 gnus-visible-headers)) 3037 gnus-visible-headers))
3038 (gnus-mime-display-attachment-buttons-in-header nil)
3038 ;; As we insert a <hr>, there's no need for the body boundary. 3039 ;; As we insert a <hr>, there's no need for the body boundary.
3039 (gnus-treat-body-boundary nil)) 3040 (gnus-treat-body-boundary nil))
3040 (gnus-summary-show-article))) 3041 (gnus-summary-show-article)))