diff --git a/program/js/app.js b/program/js/app.js index d6c5cd8aa..1da2a8173 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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) {