Monotone-Parent: 82121024dd2aa65f31879761d7937d78161f9888

Monotone-Revision: a7497a1857582a170a23018373da5f88ca29417c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-08T21:36:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-08 21:36:17 +00:00
parent 313859704a
commit f5405945ca
8 changed files with 103 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
function onPrintCurrentMessage(event) {
window.print();
preventDefault(event);
}