diff options
author | alecpl <alec@alec.pl> | 2009-12-03 09:58:33 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-12-03 09:58:33 +0000 |
commit | 018e2518cb277dbb50d1b7ef65379b4c85d9bb1f (patch) | |
tree | 62047bdf7a7c105a0cac5a5aedd1c74145cb7ac5 | |
parent | 3815e050e0e0ddafb919741426f3c36ebdadb9a8 (diff) |
- fix last commit
-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 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; } }; |