Monotone-Parent: e954ed06e5f3b59d1a495928a06772585e390070

Monotone-Revision: 19f903f83cb41c2b439a715ea787b4e5a00dce36

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-19T19:24:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-19 19:24:21 +00:00
parent efdd4d3387
commit af43e25a1f

View File

@@ -1020,7 +1020,7 @@ function configureMessageListBodyEvents(table) {
rows[i].dndTypes = function() { return new Array("mailRow"); };
rows[i].dndGhost = messageListGhost;
rows[i].dndDataForType = messageListData;
document.DNDManager.registerSource(rows[i]);
// document.DNDManager.registerSource(rows[i]);
for (var j = 0; j < rows[i].cells.length; j++) {
var cell = rows[i].cells[j];
@@ -1095,7 +1095,7 @@ function openInbox(node) {
function initMailer(event) {
if (!document.body.hasClassName("popup")) {
initDnd();
// initDnd();
initMailboxTree();
}
}