>From 45ee5e4e8648e81cd7246db77ec6d84fb227d541 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Thu, 14 Jul 2022 19:40:42 +0530 Subject: [PATCH] Use compose-mail in submit-emacs-patch This ensures that Gnus can put the Gcc header for archiving. * lisp/mail/emacsbug.el (submit-emacs-patch): Prefer compose-mail-other-window over message-mail-other-window. --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d743802ead..6cc99c2134 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -518,7 +518,7 @@ submit-emacs-patch (goto-char (point-min)) (view-mode 1) (button-mode 1)) - (message-mail-other-window report-emacs-bug-address subject) + (compose-mail-other-window report-emacs-bug-address subject) (message-goto-body) (insert "\n\n\n") (emacs-bug--system-description) -- 2.35.1