From: Michael M Slusarz Date: Wed, 1 Dec 2010 04:29:06 +0000 (-0700) Subject: Don't show thread graphics in vertical mode X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3b7dbb231b543ded2f8242a8f83e87c3fafe4af3;p=horde.git Don't show thread graphics in vertical mode --- diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index 6a4b2b4f6..0c6b6ca38 100644 --- a/imp/js/dimpbase.js +++ b/imp/js/dimpbase.js @@ -397,7 +397,7 @@ var DimpBase = { r.subjecttitle = r.subject; // Add thread graphics - if (tsort) { + if (tsort && mode != 'vert') { u = thread.get(r.imapuid); if (u) { $R(0, u.length, true).each(function(i) {