summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-11-15 05:58:09 +0000
committersvncommit <devs@roundcube.net>2006-11-15 05:58:09 +0000
commitb1c5ce6e13e69a38cc1de136296ee23419588ec5 (patch)
tree5049e1b6ce06011513c7922edb19034fd0c1ffd5 /program/js
parent4ec0e7afce50f6733192abfd4c07f414218815a7 (diff)
fixed deletion from message list.
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index caef29271..ae68ea816 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -1245,6 +1245,7 @@ function rcube_webmail()
a_uids[a_uids.length] = this.env.uid;
else
{
+ var selection = this.message_list.get_selection();
var id;
for (var n=0; n<selection.length; n++)
{
@@ -1284,6 +1285,7 @@ function rcube_webmail()
a_uids[a_uids.length] = this.env.uid;
else
{
+ var selection = this.message_list.get_selection();
var id;
for (var n=0; n<selection.length; n++)
{