From: Katsumi Yamaoka Date: Fri, 14 Mar 2014 01:34:02 +0000 (+0000) Subject: gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=a0193b94630db19a690256aa42efbb0407734af1 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 6c8315ab8..14600586b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-03-14 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-toggle-header): Display header attachment + buttons when toggling the header off. + 2014-03-07 Lars Ingebrigtsen * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 2dc8593c6..dca2a2c14 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 e94c7bdfb..7a7b6cc53 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2014-03-14 Katsumi Yamaoka + + * gnus.texi (Ma Gnus): Mention header attachment buttons. + 2014-03-12 Glenn Morris * auth.texi, epa.texi, gnus.texi, message.texi: diff --git a/texi/gnus.texi b/texi/gnus.texi index 1f38c0700..a36f1e541 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 ****************************************************