mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Fix for bug 36480. Add function to switch the signature. R=putterman
This commit is contained in:
parent
b493f66f72
commit
14e6dc6c87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user