Monotone-Parent: b7f03c552580612d21be004dd0d73f3125fe3bcb

Monotone-Revision: f62c33ecad89ce9cd2887ae7f9c44c0e5d2eb834

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T22:00:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-26 22:00:54 +00:00
parent 20ff485ed3
commit 52fedd98b7
8 changed files with 120 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ var currentContactFolder = '';
/* mail list */
function openContactWindow(sender, url) {
var msgWin = window.open(url, null, "width=544,height=525");
var msgWin = window.open(url, null, "width=545,height=545,resizable=0");
msgWin.focus();
}