[gnus git] branch master updated: m0-1-149-gadcf14d =1= gnus-msg.el (gnus-summary-resend-message): Make gnus-summary-resend-message-insert-gcc be last item in message-header-setup-hook.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  adcf14de66016b792d94692dcbc2501866f137c4 (commit)
      from  ed1e9c6d25f70d4f60d5041f15a687cb48f24c6b (commit)


- Log -----------------------------------------------------------------
commit adcf14de66016b792d94692dcbc2501866f137c4
Author: Katsumi Yamaoka <[email protected]>
Date:   Mon Feb 13 23:37:54 2012 +0000

    gnus-msg.el (gnus-summary-resend-message): Make gnus-summary-resend-message-insert-gcc be last item in message-header-setup-hook.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce204f8..fce0758 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-13  Katsumi Yamaoka  <[email protected]>
+
+	* gnus-msg.el (gnus-summary-resend-message): Make
+	gnus-summary-resend-message-insert-gcc be last item in
+	message-header-setup-hook.
+
 2012-02-13  Lars Ingebrigtsen  <[email protected]>
 
 	* nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 3867a58..ecad92f 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1336,8 +1336,9 @@ For the \"inline\" alternatives, also see the variable
 	 current-prefix-arg))
   (let ((message-header-setup-hook (copy-sequence message-header-setup-hook))
 	(message-sent-hook (copy-sequence message-sent-hook)))
+    ;; `gnus-summary-resend-message-insert-gcc' must run last.
     (add-hook 'message-header-setup-hook
-	      'gnus-summary-resend-message-insert-gcc)
+	      'gnus-summary-resend-message-insert-gcc t)
     (add-hook 'message-sent-hook (if gnus-agent
 				     'gnus-agent-possibly-do-gcc
 				   'gnus-inews-do-gcc))

-----------------------------------------------------------------------
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   |    6 ++++++
 lisp/gnus-msg.el |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.