fix 367920 setting pop3 messages as junk/not junk ignored when message quarantining turned on, sr=mscott

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@220421 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2007-02-16 19:28:14 +00:00
parent aad2f53ee0
commit 774f6352cc

View File

@@ -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: