emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3ecbfef: Don't show Attachment(s) header in html article viewed w


From: Katsumi Yamaoka
Subject: master 3ecbfef: Don't show Attachment(s) header in html article viewed with browse-url
Date: Wed, 13 Nov 2019 21:24:52 -0500 (EST)

branch: master
commit 3ecbfefa7239bd071262db25dfc9c97a01ec9ca1
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    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 922bb99..a962566 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 <hr>, there's no need for the body boundary.
          (gnus-treat-body-boundary nil))
       (gnus-summary-show-article)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]