Monotone-Parent: 4557d2116359d7e6bf6cc5b09aa5249747d99199

Monotone-Revision: e4fec6e182744550cd3d54b27f42cadaca7953e5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-26T22:17:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-26 22:17:29 +00:00
parent 708dcfc0b1
commit 2ab7bfa7a2
6 changed files with 41 additions and 35 deletions

View File

@@ -4,4 +4,9 @@ function onPrintCurrentMessage(event) {
preventDefault(event);
}
addEvent(window, 'load', resizeMailContent);
function initPopupMailer(event) {
configureLinksInMessage();
resizeMailContent();
}
addEvent(window, 'load', initPopupMailer);