diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-03 09:58:33 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-03 09:58:33 +0000 |
| commit | 60f56a04f0aa2bd02939d11282c0623de64b7f87 (patch) | |
| tree | b7f68b29555947801d42f3c31662045a0e716d3e /roundcubemail/program | |
| parent | 957c08b10238e8c7f3c5eaee841272aa98a8b139 (diff) | |
- fix last commit
git-svn-id: https://svn.roundcube.net/trunk@3151 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 1f0b35243..4c8daeed2 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; + this.message_list.subject_col = n+1; } }; |
