mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-16 08:55:24 +00:00
Monotone-Parent: c6317744df015d8003995ebbc0c3b8b1b3f1f549
Monotone-Revision: 886e02486e5ed22ff47c0ab11bf222be42835b1f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-01T18:02:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2006-08-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/MailerUI.js: open the mailboxes with the
|
||||
"desc" parameter set to 1 so that they are sorted in descending
|
||||
order by default. Also, added "onHeaderClick()", triggered by
|
||||
clicking on the message list header elements.
|
||||
|
||||
* UI/MailerUI/UIxMailSortableTableHeader.m
|
||||
([UIxMailSortableTableHeader -isSortedDescending]): same as below.
|
||||
|
||||
|
||||
@@ -567,11 +567,8 @@ function messageListCallback(http)
|
||||
{
|
||||
var div = document.getElementById('mailboxContent');
|
||||
|
||||
log ("callback...");
|
||||
|
||||
if (http.readyState == 4
|
||||
&& http.status == 200) {
|
||||
log ("processing callback...");
|
||||
document.messageListAjaxRequest = null;
|
||||
div.innerHTML = http.responseText;
|
||||
var selected = http.callbackData;
|
||||
|
||||
Reference in New Issue
Block a user