mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Typo causing messageIDs to show up as undefined. Patch by Robert Sayre
This commit is contained in:
parent
2e4574361f
commit
9b34b8fdcf
@ -396,7 +396,7 @@ FeedItem.prototype =
|
||||
'X-Mozilla-Status: 0000\n' +
|
||||
'X-Mozilla-Status2: 00000000\n' +
|
||||
'Date: ' + this.mDate + '\n' +
|
||||
'Message-Id: <' + this.mMessageID + '>\n' +
|
||||
'Message-Id: <' + this.messageID + '>\n' +
|
||||
'From: ' + this.author + '\n' +
|
||||
'MIME-Version: 1.0\n' +
|
||||
'Subject: ' + this.title + '\n' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user