mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 17:39:45 +00:00
Monotone-Parent: 55d271fb80220cdbc9bd83cfc50ed13ca7239cb7
Monotone-Revision: 35c754c13dd7549e8bbd023fbab28780ffd77a58 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-21T19:47:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -784,6 +784,10 @@ function initContacts(event) {
|
||||
configureSortableTableHeaders(table);
|
||||
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
|
||||
}
|
||||
|
||||
// Default sort options
|
||||
sorting["attribute"] = "displayName";
|
||||
sorting["ascending"] = true;
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(initContacts);
|
||||
|
||||
@@ -248,6 +248,9 @@ function deleteSelectedMessagesCallback(http) {
|
||||
// row.addClassName("deleted"); // when we'll offer "mark as deleted"
|
||||
|
||||
deleteMessageRequestCount--;
|
||||
|
||||
if (deleteMessageRequestCount == 0)
|
||||
openMailbox(data["mailbox"], true);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1184,6 +1187,10 @@ function initMailer(event) {
|
||||
initMailboxTree();
|
||||
initMessageCheckTimer();
|
||||
}
|
||||
|
||||
// Default sort options
|
||||
sorting["attribute"] = "date";
|
||||
sorting["ascending"] = false;
|
||||
}
|
||||
|
||||
function initMessageCheckTimer() {
|
||||
|
||||
Reference in New Issue
Block a user