зеркало из https://github.com/mozilla/pjs.git
fix body filter problem for local messages, r=mscott 17058
This commit is contained in:
Родитель
5eb045931d
Коммит
0e19f0568c
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче