summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 43441763..3536df29 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -566,10 +566,6 @@ class ComposeCommand(Command):
return
self.envelope.add('Subject', subject)
- # get missing Message-ID header
- if 'Message-ID' not in self.envelope.headers:
- self.envelope.add('Message-ID', email.Utils.make_msgid())
-
if self.attach:
for a in self.attach:
self.envelope.attach(a)