mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: 85281fd909e8f0d613327a321fb964be7ca872ca
Monotone-Revision: 04792139eaeaa95bfa70e66349320e38518eb8da Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-07T16:31:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -707,6 +707,7 @@ function messageListCallback(row, data, isNew) {
|
||||
var cellType = columnsOrder[j];
|
||||
|
||||
if (data[cellType]) cell.update(data[cellType]);
|
||||
else if (Prototype.Browser.IE) cell.update(' ');
|
||||
|
||||
cell.observe("mousedown", listRowMouseDownHandler);
|
||||
if (cellType == "Subject" || cellType == "From" || cellType == "To" || cellType == "Date")
|
||||
@@ -1628,7 +1629,6 @@ function initMailer(event) {
|
||||
|
||||
if (!$(document.body).hasClassName("popup")) {
|
||||
//initDnd();
|
||||
|
||||
Mailer.dataTable = $("mailboxList");
|
||||
Mailer.dataTable.addInterface(SOGoDataTableInterface);
|
||||
Mailer.dataTable.setRowRenderCallback(messageListCallback);
|
||||
|
||||
Reference in New Issue
Block a user