зеркало из https://github.com/mozilla/pjs.git
an other part of the fix for 206679, run junk mail filters on imap message filtered to local folders, sr=mscott
This commit is contained in:
Родитель
e22587226b
Коммит
317b9fe2af
|
@ -294,6 +294,11 @@ NS_IMETHODIMP nsMoveCoalescerCopyListener::OnStopCopy(nsresult aStatus)
|
|||
rv = imapService->SelectFolder(thread, m_destFolder, listener, nsnull, getter_AddRefs(url));
|
||||
}
|
||||
}
|
||||
else // give junk filters a chance to run on new msgs in destination local folder
|
||||
{
|
||||
PRBool filtersRun;
|
||||
m_destFolder->CallFilterPlugins(nsnull, &filtersRun);
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче