From 465ba8d11bc27dc44407337afff8d4fe12bce955 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 15 Mar 2015 20:03:35 +0100 Subject: Avoid errors when message list doesn't have a header --- program/js/app.js | 3 +++ 1 file changed, 3 insertions(+) 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) { -- cgit v1.2.3