Skip to content

Commit 9c6e493

Browse files
committed
Well that was silly; additional work on #81.
1 parent 71863ce commit 9c6e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marrow/mailer/message.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _build_header_list(self, author, sender):
191191
else:
192192
headers.extend(self.headers)
193193

194-
if 'message-id' not in (i[0].lower() for header in headers):
194+
if 'message-id' not in (header[0].lower() for header in headers):
195195
headers.append('Message-Id', self.id)
196196

197197
return headers

0 commit comments

Comments
 (0)