fix for #42082 - enable the filter on creation

r=sspitzer
This commit is contained in:
alecf%netscape.com 2000-06-14 00:04:43 +00:00
parent 368bb298e8
commit 2f8a7501aa

View File

@ -173,6 +173,7 @@ function saveFilter() {
isNewFilter = false;
}
gFilter.enabled=true;
gFilter.action = action;
if (action == nsMsgFilterAction.MoveToFolder)
gFilter.actionTargetFolderUri = targetUri;