|
|
@ -1699,8 +1699,10 @@ function rcube_webmail()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var update, add_url = '';
|
|
|
|
var update, add_url = '';
|
|
|
|
|
|
|
|
|
|
|
|
if (!sort_col) sort_col = this.env.sort_col;
|
|
|
|
if (sort_col === null)
|
|
|
|
if (!sort_order) sort_order = this.env.sort_order;
|
|
|
|
sort_col = this.env.sort_col;
|
|
|
|
|
|
|
|
if (!sort_order)
|
|
|
|
|
|
|
|
sort_order = this.env.sort_order;
|
|
|
|
|
|
|
|
|
|
|
|
if (this.env.sort_col != sort_col || this.env.sort_order != sort_order) {
|
|
|
|
if (this.env.sort_col != sort_col || this.env.sort_order != sort_order) {
|
|
|
|
update = 1;
|
|
|
|
update = 1;
|
|
|
|