summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-12-03 09:54:38 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-12-03 09:54:38 +0000
commit957c08b10238e8c7f3c5eaee841272aa98a8b139 (patch)
treefbf970314013708404297342ec43d800768135bd /roundcubemail/program/js
parent20b05e120468849dff2cdec44b7309fcaa92cd05 (diff)
- Fix displaying nested message parts (#1486246)
git-svn-id: https://svn.roundcube.net/trunk@3150 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 4c8daeed2..1f0b35243 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+1;
+ this.message_list.subject_col = n;
}
};