branch: externals/debbugs
commit 9a8e852d8a26dac56a989a9aa225e6a220bb7bc6
Author: Andreas Schwab <[email protected]>
Commit: Andreas Schwab <[email protected]>

    Fix missing mail-header-separator
    
    * packages/debbugs/debbugs-gnu.el
    (debbugs-gnu-send-control-message): Insert mail-header-separator
---
 debbugs-gnu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 3929348..e4a962c 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1274,6 +1274,7 @@ removed instead."
       (insert "To: [email protected]\n"
              "From: " (message-make-from) "\n"
              (format "Subject: control message for bug #%d\n" id)
+             mail-header-separator
              "\n"
              (cond
               ((member message '("unarchive" "unmerge" "reopen" "noowner"))

Reply via email to