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

git-svn-id: svn://10.0.0.236/trunk@75767 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com 2000-08-08 04:46:55 +00:00
parent 7b226eb3c0
commit a5d4c810f5

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