Bug #40516 --> this file is now obsolete....instead of having these

stub methods in the mozilla tree, we'll test to see if the function is
defined (it is in the  commercial tree) then call it if it is defined.
r=sspitzer
This commit is contained in:
mscott%netscape.com 2000-05-26 01:08:38 +00:00
parent e3c62beaa4
commit 00af024137

View File

@ -30,24 +30,4 @@
// addressButton --> the titledbutton in the UI that we have created
// to represent this email address. this is probably what you want
// to modify / poke.
function AddExtraAddressProcessing(emailAddress, addressButton)
{}
// NotifyClearAddresses --> use to clear any observers on the email
// addresses that maybe in the hdr view overlay. Each time a new
// message is loaded in message pane, we'll call this function...
function NotifyClearAddresses()
{
}
function FinishEmailProcessing()
{
}
// the on create handler for the email address popup.
// for now, we aren't doing any enabling or disabling so we can just
// return true.
function fillEmailAddressMenu(node)
{
return true;
}