Open Bug 652794 Opened 14 years ago Updated 12 years ago

Port |Bug 584339 - In standalone window I cannot get rid of the scam warning| to SeaMonkey

Categories

(SeaMonkey :: MailNews: Message Display, defect)

defect
Not set
normal

Tracking

(seamonkey2.1 wontfix)

Tracking Status
seamonkey2.1 --- wontfix

People

(Reporter: sgautherie, Unassigned)

References

(Blocks 1 open bug, )

Details

[Mozilla/5.0 (Windows NT 5.0; rv:6.0a1) Gecko/20110421 Firefox/6.0a1 SeaMonkey/2.2a1pre] (comm-central-trunk-win32/1303446376) SM has the same issue as TB. Ftr, SM doesn't have displayExternalMessage() which TB is using.
Blocks: TB2SM
OS: Windows 2000 → All
Hardware: x86 → All
I was looking into this but the one line fix in Thunderbird isn't sufficient. function setMsgHdrPropertyAndReload(aProperty, aValue) { // we want to get the msg hdr for the currently selected message // change the appropiate property on it then reload the message var msgHdr = msgHdrForCurrentMessage(); if (msgHdr) { msgHdr.setUint32Property(aProperty, aValue); ReloadMessage(); } } We don't have a dummy Message Header sink like Thunderbird. so msgHdr is null here.
You need to log in before you can comment on or make changes to this bug.