gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 14 Mar 2014 01:34:02 +0000 (01:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 14 Mar 2014 01:34:02 +0000 (01:34 +0000)
* gnus-sum.el (gnus-summary-toggle-header): Display header attachment
  buttons when toggling the header off.
* gnus.texi (Ma Gnus): Mention header attachment buttons.

lisp/ChangeLog
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus.texi

index 6c8315a..1460058 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
+       buttons when toggling the header off.
+
 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
index 2dc8593..dca2a2c 100644 (file)
@@ -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-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))))
        (widen)
        (if window
            (set-window-start window (goto-char (point-min))))
index e94c7bd..7a7b6cc 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Ma Gnus): Mention header attachment buttons.
+
 2014-03-12  Glenn Morris  <rgm@gnu.org>
 
        * auth.texi, epa.texi, gnus.texi, message.texi:
 2014-03-12  Glenn Morris  <rgm@gnu.org>
 
        * auth.texi, epa.texi, gnus.texi, message.texi:
index 1f38c07..a36f1e5 100644 (file)
@@ -28384,6 +28384,19 @@ New features in Ma Gnus:
 
 @itemize @bullet
 
 
 @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 ****************************************************
 
 @item Changes in Message mode and related Gnus features
 @c ****************************************************