From 957c08b10238e8c7f3c5eaee841272aa98a8b139 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 3 Dec 2009 09:54:38 +0000 Subject: - Fix displaying nested message parts (#1486246) git-svn-id: https://svn.roundcube.net/trunk@3150 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 4c8daeed2..1f0b35243 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3833,7 +3833,7 @@ function rcube_webmail() cell.id = 'rcm'+col; } else if (col == 'subject' && this.message_list) - this.message_list.subject_col = n+1; + this.message_list.subject_col = n; } }; -- cgit v1.2.3