mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-15 11:51:23 +00:00
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:
@@ -4,4 +4,9 @@ function onPrintCurrentMessage(event) {
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
addEvent(window, 'load', resizeMailContent);
|
||||
function initPopupMailer(event) {
|
||||
configureLinksInMessage();
|
||||
resizeMailContent();
|
||||
}
|
||||
|
||||
addEvent(window, 'load', initPopupMailer);
|
||||
|
||||
Reference in New Issue
Block a user