Added ability to allow external processing of the To/From/CC email list. r=mscott

This commit is contained in:
amusil%netscape.com 2000-02-15 23:04:22 +00:00
parent e0e813fecd
commit f2bcbbadcf
2 changed files with 5 additions and 1 deletions

View File

@ -38,4 +38,8 @@ function AddExtraAddressProcessing(emailAddress, addressButton)
// message is loaded in message pane, we'll call this function...
function NotifyClearAddresses()
{
}
function FinishEmailProcessing()
{
}

View File

@ -348,7 +348,7 @@ function OutputEmailAddresses(parentBox, defaultParentDiv, emailAddresses, inclu
{
optionalToggleButton.removeAttribute('hideNonBox');
}
FinishEmailProcessing();
} // if msgheader parser
}