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

This commit is contained in:
bienvenu%nventure.com 2007-02-16 19:28:14 +00:00
Родитель 985f7a44f0
Коммит edab849106
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1978,8 +1978,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: