diff --git a/mozilla/mailnews/local/src/nsParseMailbox.cpp b/mozilla/mailnews/local/src/nsParseMailbox.cpp index 8dd76a4fc4c..7af4a1c78ff 100644 --- a/mozilla/mailnews/local/src/nsParseMailbox.cpp +++ b/mozilla/mailnews/local/src/nsParseMailbox.cpp @@ -1944,8 +1944,8 @@ NS_IMETHODIMP nsParseNewMailState::ApplyFilterHit(nsIMsgFilter *filter, nsIMsgWi msgIsNew = PR_FALSE; nsMsgKey msgKey; msgHdr->GetMessageKey(&msgKey); - m_mailDB->SetStringProperty(msgKey, "junkscore", junkScoreStr.get()); - m_mailDB->SetStringProperty(msgKey, "junkscoreorigin", /* ### should this be plugin? */"plugin"); + msgHdr->SetStringProperty("junkscore", junkScoreStr.get()); + msgHdr->SetStringProperty("junkscoreorigin", "plugin"); break; } case nsMsgFilterAction::Forward: