From 018e2518cb277dbb50d1b7ef65379b4c85d9bb1f Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 3 Dec 2009 09:58:33 +0000 Subject: - fix last commit --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 1f0b35243..4c8daeed2 100644 --- a/program/js/app.js +++ b/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; + this.message_list.subject_col = n+1; } }; -- cgit v1.2.3