From 554c15841991d98b926463bbf33c81d57a8fc8ce Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 9 Sep 2020 13:06:50 +0200 Subject: [PATCH] Add the (hopefully) correct debbugs header for patches * lisp/mail/emacsbug.el (submit-emacs-patch): Mark the submission as a patch. --- lisp/mail/emacsbug.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 5d1da08e249..db85b64cc8d 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -508,6 +508,7 @@ Message buffer where you can explain more about the patch." (insert "\n\n\n") (emacs-bug--system-description) (mml-attach-file file "text/patch" nil "attachment") + (message-add-header "X-Debbugs-Tags: patch") (message-goto-body) (message "Write a description of the patch and use `C-c C-c' to send it") (message-add-action -- 2.39.5