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