зеркало из https://github.com/mozilla/pjs.git
fix filter success determination
This commit is contained in:
Родитель
cca7acb31a
Коммит
afba84e2a4
|
@ -127,7 +127,7 @@ NS_IMETHODIMP nsMsgFilterList::ApplyFiltersToHdr(nsMsgFilterType filterType, nsI
|
|||
nsresult matchTermStatus = NS_OK;
|
||||
|
||||
matchTermStatus = filter->MatchHdr(msgHdr, folder, db, headers, headersSize);
|
||||
if (NS_SUCCEEDED(matchTermStatus) && listener)
|
||||
if (matchTermStatus == NS_OK && listener)
|
||||
{
|
||||
PRBool applyMore;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче