* Mail: Make list refresh option available in 3pane-view through column selector

This commit is contained in:
hadi 2023-04-03 16:04:40 +02:00
parent 2446f2968a
commit cac2508c4a

View File

@ -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';