Mercurial > hg > rc2
comparison program/js/app.js @ 2:0cac1d1e799f
weld in some support for Dates column
author | Charlie Root |
---|---|
date | Tue, 16 Jan 2018 17:54:18 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
1:6c5d8a539d98 | 2:0cac1d1e799f |
---|---|
219 this.enable_command('list', 'checkmail', 'add-contact', 'search', 'reset-search', 'collapse-folder', 'import-messages', true); | 219 this.enable_command('list', 'checkmail', 'add-contact', 'search', 'reset-search', 'collapse-folder', 'import-messages', true); |
220 | 220 |
221 if (this.gui_objects.messagelist) { | 221 if (this.gui_objects.messagelist) { |
222 this.env.widescreen_list_template = [ | 222 this.env.widescreen_list_template = [ |
223 {className: 'threads', cells: ['threads']}, | 223 {className: 'threads', cells: ['threads']}, |
224 {className: 'subject', cells: ['fromto', 'date', 'status', 'subject']}, | 224 {className: 'subject', cells: ['fromto', 'date', 'status', 'subject','dates']}, |
225 {className: 'flags', cells: ['flag', 'attachment']} | 225 {className: 'flags', cells: ['flag', 'attachment']} |
226 ]; | 226 ]; |
227 | 227 |
228 this.message_list = new rcube_list_widget(this.gui_objects.messagelist, { | 228 this.message_list = new rcube_list_widget(this.gui_objects.messagelist, { |
229 multiselect:true, multiexpand:true, draggable:true, keyboard:true, | 229 multiselect:true, multiexpand:true, draggable:true, keyboard:true, |