Typo causing messageIDs to show up as undefined. Patch by Robert Sayre

This commit is contained in:
scott%scott-macgregor.org 2005-02-14 18:08:50 +00:00
parent 2e4574361f
commit 9b34b8fdcf

View File

@ -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' +