Fix for bug 36480. Add function to switch the signature. R=putterman

This commit is contained in:
ducarroz%netscape.com 2000-08-08 04:46:55 +00:00
parent b493f66f72
commit 14e6dc6c87

View File

@ -1528,6 +1528,10 @@ function LoadIdentity(startup)
if (needToCleanUp)
awCleanupRows();
try {
msgCompose.SetSignature(currentIdentity);
} catch (ex) { dump("### Cannot set the signature: " + ex + "\n");}
}
//Setup autocomplete session, we can doit from here as it's use as a service