Don't show thread graphics in vertical mode
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Dec 2010 04:29:06 +0000 (21:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Dec 2010 04:29:06 +0000 (21:29 -0700)
imp/js/dimpbase.js

index 6a4b2b4..0c6b6ca 100644 (file)
@@ -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) {