We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a72f9b commit 4b54119Copy full SHA for 4b54119
patchwork/steps/SendEmail/SendEmail.py
@@ -30,7 +30,7 @@ def run(self) -> dict:
30
msg["From"] = self.sender_email
31
msg["To"] = self.recipient_email
32
if self.reply_message_id is not None:
33
- msg.add_header("Reference", self.reply_message_id)
+ msg.add_header("References", self.reply_message_id)
34
msg.add_header("In-Reply-To", self.reply_message_id)
35
36
smtp_clazz = smtplib.SMTP
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "patchwork-cli"
3
-version = "0.0.116"
+version = "0.0.117"
4
description = ""
5
authors = ["patched.codes"]
6
license = "AGPL"
0 commit comments