summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
Diffstat (limited to 'program')
-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 f3b47df65..28b788d86 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2365,7 +2365,7 @@ function rcube_webmail()
{
id = selection[n];
a_cids[a_cids.length] = id;
- this.contact_list.remove_row(id);
+ this.contact_list.remove_row(id, (n == selection.length-1));
}
// hide content frame if we delete the currently displayed contact