diff options
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | 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 4c8daeed2..1f0b35243 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+1; + this.message_list.subject_col = n; } }; |