[gnus git] branch master updated: m0-9-73-ga0193b9 =1= gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons

Katsumi Yamaoka <[email protected]> Fri, 14 Mar 2014 02:34:07 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  a0193b94630db19a690256aa42efbb0407734af1 (commit)
      from  24336cbd4fdeb7442630720e9b745c293e7b33f4 (commit)


- Log -----------------------------------------------------------------
commit a0193b94630db19a690256aa42efbb0407734af1
Author: Katsumi Yamaoka <[email protected]>
Date:   Fri Mar 14 01:34:02 2014 +0000

    gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons
    
    * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
      buttons when toggling the header off.
    * gnus.texi (Ma Gnus): Mention header attachment buttons.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c8315a..1460058 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-14  Katsumi Yamaoka  <[email protected]>
+
+	* gnus-sum.el (gnus-summary-toggle-header): Display header attachment
+	buttons when toggling the header off.
+
 2014-03-07  Lars Ingebrigtsen  <[email protected]>
 
 	* nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 2dc8593..dca2a2c 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -9814,7 +9814,10 @@ If ARG is a negative number, hide the unwanted header lines."
 		  (gnus-treat-hide-boring-headers nil))
 	      (gnus-delete-wash-type 'headers)
 	      (gnus-treat-article 'head))
-	  (gnus-treat-article 'head))
+	  (gnus-treat-article 'head)
+	  ;; Add attachment buttons to the header.
+	  (when gnus-mime-display-attachment-buttons-in-header
+	    (gnus-mime-buttonize-attachments-in-header)))
 	(widen)
 	(if window
 	    (set-window-start window (goto-char (point-min))))
diff --git a/texi/ChangeLog b/texi/ChangeLog
index e94c7bd..7a7b6cc 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-14  Katsumi Yamaoka  <[email protected]>
+
+	* gnus.texi (Ma Gnus): Mention header attachment buttons.
+
 2014-03-12  Glenn Morris  <[email protected]>
 
 	* auth.texi, epa.texi, gnus.texi, message.texi:
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 1f38c07..a36f1e5 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -28384,6 +28384,19 @@ New features in Ma Gnus:
 
 @itemize @bullet
 
+@item Changes in summary and article mode
+@c **************************************
+
+@itemize @bullet
+
+@item
+By default, @acronym{MIME} part buttons for attachments (if any) will
+appear in the end of the article header in addition to the bottom of the
+article body, so you can easily find them without scrolling the article
+again and again.  @xref{MIME Commands}.
+
+@end itemize
+
 @item Changes in Message mode and related Gnus features
 @c ****************************************************
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog   |    5 +++++
 lisp/gnus-sum.el |    5 ++++-
 texi/ChangeLog   |    4 ++++
 texi/gnus.texi   |   13 +++++++++++++
 4 files changed, 26 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project