summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-12-03 09:54:38 +0000
committeralecpl <alec@alec.pl>2009-12-03 09:54:38 +0000
commit3815e050e0e0ddafb919741426f3c36ebdadb9a8 (patch)
tree684af47f5857f086e71d67f02919057e20936146 /program/js/app.js
parent6d13ca184657383caf4a9fca19806f31a17318f1 (diff)
- Fix displaying nested message parts (#1486246)
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 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;
}
};