mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* Mail: Make list refresh option available in 3pane-view through column selector
This commit is contained in:
parent
2446f2968a
commit
cac2508c4a
@ -487,7 +487,7 @@ class mail_ui
|
||||
'start' => 0, // IO position in list
|
||||
'order' => 'date', // IO name of the column to sort after (optional for the sortheaders)
|
||||
'sort' => 'DESC', // IO direction of the sort: 'ASC' or 'DESC'
|
||||
'no_columnselection' => $this->mail_bo->mailPreferences['previewPane'] == 'vertical'? true : false
|
||||
'no_columnselection' => false
|
||||
);
|
||||
}
|
||||
if (Api\Header\UserAgent::mobile()) $content[self::$nm_index]['header_row'] = 'mail.index.header_right';
|
||||
|
Loading…
Reference in New Issue
Block a user