Monotone-Parent: e2a18177cfa0a03cb838fca1581f5c9280c9ed72

Monotone-Revision: 6eb24ecac0894c6a3b2d8bc94ea23f4969e9a03d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-15T22:27:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-15 22:27:59 +00:00
parent 61212215da
commit 2bcca3a693
4 changed files with 44 additions and 13 deletions
+5 -1
View File
@@ -42,7 +42,7 @@ var currentContactFolder = '';
function openContactWindow(sender, contactuid, url) {
log ("message window at url: " + url);
var msgWin = window.open(url, "SOGo_msg_" + contactuid,
"width=640,height=480,resizable=1,scrollbars=1,toolbar=0," +
"width=546,height=490,resizable=1,scrollbars=1,toolbar=0," +
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
msgWin.focus();
@@ -607,3 +607,7 @@ function onConfirmContactSelection()
return false;
}
function onContactMailTo(node) {
return openMailTo(node.innerHTML);
}