fix body filter problem for local messages, r=mscott 17058

This commit is contained in:
bienvenu%netscape.com 1999-12-07 05:52:56 +00:00
Родитель b4e61f2f13
Коммит d48d6e9d78
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1541,6 +1541,8 @@ PRInt32 nsParseNewMailState::PublishMsgHeader()
FolderTypeSpecificTweakMsgHeader(m_newMsgHdr);
if (!m_disableFilters)
{
// flush the inbox because filters will read from disk
m_inboxFileStream->flush();
ApplyFilters(&moved);
}
if (!moved)