stop imap filter execution after move operation, sr=mscott 382051

This commit is contained in:
bienvenu%nventure.com 2007-07-07 00:24:27 +00:00
Родитель 4fa0bc3a7c
Коммит 2e2a1a10bf
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -3111,6 +3111,7 @@ NS_IMETHODIMP nsImapMailFolder::ApplyFilterHit(nsIMsgFilter *filter, nsIMsgWindo
m_msgMovedByFilter = PR_TRUE;
}
// don't apply any more filters, even if it was a move to the same folder
*applyMore = PR_FALSE;
}
break;
case nsMsgFilterAction::CopyToFolder: