From f3bb47d0e30a2e581b5017f5b7da7bb4290b60cc Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 19:40:03 +0000 Subject: Fixes moving and copying of threads so that all children of selected messages get moved along with the selected message itself. --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js/app.js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 1552bb568..d232c8510 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1890,7 +1890,7 @@ function rcube_webmail() { var a_uids = new Array(); var r_uids = new Array(); - var selection = this.message_list ? this.message_list.get_selection() : new Array(); + var selection = this.message_list ? this.message_list.get_selection('mark') : new Array(); if (uid) a_uids[0] = uid; -- cgit v1.2.3