From 3815e050e0e0ddafb919741426f3c36ebdadb9a8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 03 Dec 2009 04:54:38 -0500 Subject: [PATCH] - Fix displaying nested message parts (#1486246) --- program/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 4c8daee..1f0b352 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3833,7 +3833,7 @@ cell.id = 'rcm'+col; } else if (col == 'subject' && this.message_list) - this.message_list.subject_col = n+1; + this.message_list.subject_col = n; } }; -- Gitblit v1.9.1