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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user