Fix deleting of collapsed threads, broken in 2b55d4f420 (#1488772)

release-0.8
Aleksander Machniak 12 years ago
parent c516e3a701
commit caffe4d317

@ -2541,7 +2541,7 @@ function rcube_webmail()
for (i=0, len=selection.length; i<len; i++) {
uid = selection[i];
if (list.rows[uid].has_children && !list.rows[uid].expanded)
list.select_childs(uid);
list.select_children(uid);
}
// if config is set to flag for deletion

Loading…
Cancel
Save