Mercurial > hg > rc2
diff 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 |
line wrap: on
line diff
--- a/program/js/app.js Tue Jan 16 17:49:55 2018 -0500 +++ b/program/js/app.js Tue Jan 16 17:54:18 2018 -0500 @@ -221,7 +221,7 @@ if (this.gui_objects.messagelist) { this.env.widescreen_list_template = [ {className: 'threads', cells: ['threads']}, - {className: 'subject', cells: ['fromto', 'date', 'status', 'subject']}, + {className: 'subject', cells: ['fromto', 'date', 'status', 'subject','dates']}, {className: 'flags', cells: ['flag', 'attachment']} ];