зеркало из https://github.com/mozilla/gecko-dev.git
fix 367920 setting pop3 messages as junk/not junk ignored when message quarantining turned on, sr=mscott
This commit is contained in:
Родитель
985f7a44f0
Коммит
edab849106
|
@ -1978,8 +1978,8 @@ NS_IMETHODIMP nsParseNewMailState::ApplyFilterHit(nsIMsgFilter *filter, nsIMsgWi
|
||||||
msgIsNew = PR_FALSE;
|
msgIsNew = PR_FALSE;
|
||||||
nsMsgKey msgKey;
|
nsMsgKey msgKey;
|
||||||
msgHdr->GetMessageKey(&msgKey);
|
msgHdr->GetMessageKey(&msgKey);
|
||||||
m_mailDB->SetStringProperty(msgKey, "junkscore", junkScoreStr.get());
|
msgHdr->SetStringProperty("junkscore", junkScoreStr.get());
|
||||||
m_mailDB->SetStringProperty(msgKey, "junkscoreorigin", /* ### should this be plugin? */"plugin");
|
msgHdr->SetStringProperty("junkscoreorigin", "plugin");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case nsMsgFilterAction::Forward:
|
case nsMsgFilterAction::Forward:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче