Avoid errors when message list doesn't have a header

pull/269/head
Thomas Bruederli 9 years ago
parent 8eeb721bd6
commit 465ba8d11b

@ -6728,6 +6728,9 @@ function rcube_webmail()
this.env.listcols = listcols;
if (!this.env.coltypes)
this.env.coltypes = {};
// replace old column headers
if (thead) {
if (repl) {

Loading…
Cancel
Save