mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 20:09:28 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user