mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
fix filter applying code to not stop after non-move filters, r=naving, sr=sspitzer, a=asa 167519
This commit is contained in:
parent
48262b8fc9
commit
2c9683233c
@ -155,7 +155,7 @@ nsMsgFilterList::ApplyFiltersToHdr(nsMsgFilterTypeType filterType,
|
||||
matchTermStatus = filter->MatchHdr(msgHdr, folder, db, headers, headersSize, &result);
|
||||
if (NS_SUCCEEDED(matchTermStatus) && result && listener)
|
||||
{
|
||||
PRBool applyMore;
|
||||
PRBool applyMore = PR_TRUE;
|
||||
|
||||
ret = listener->ApplyFilterHit(filter, msgWindow, &applyMore);
|
||||
if (NS_FAILED(ret) || !applyMore)
|
||||
|
Loading…
Reference in New Issue
Block a user