Avoid errors when message list doesn't have a header

pull/280/head
Thomas Bruederli 9 years ago
parent f62fe135bf
commit ee9742c873

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