summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-12-03 09:58:33 +0000
committeralecpl <alec@alec.pl>2009-12-03 09:58:33 +0000
commit018e2518cb277dbb50d1b7ef65379b4c85d9bb1f (patch)
tree62047bdf7a7c105a0cac5a5aedd1c74145cb7ac5 /program/js/app.js
parent3815e050e0e0ddafb919741426f3c36ebdadb9a8 (diff)
- fix last commit
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js2
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;
}
};