sogo/UI/WebServerResources/UIxMailPopupView.js
Francis Lachapelle 2ab7bfa7a2 Monotone-Parent: 4557d2116359d7e6bf6cc5b09aa5249747d99199
Monotone-Revision: e4fec6e182744550cd3d54b27f42cadaca7953e5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-26T22:17:29
Monotone-Branch: ca.inverse.sogo
2007-10-26 22:17:29 +00:00

13 lines
219 B
JavaScript

function onPrintCurrentMessage(event) {
window.print();
preventDefault(event);
}
function initPopupMailer(event) {
configureLinksInMessage();
resizeMailContent();
}
addEvent(window, 'load', initPopupMailer);