From 8458c7ca0e787db4a04fb1a6264e15153fd173b3 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 23 Jan 2011 18:10:40 +0000 Subject: When creating a new contact, add it to the selected group; consider the selected group when deleting a contact --- program/js/app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index c81212fb5..1c8c4c3c9 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3766,6 +3766,9 @@ function rcube_webmail() this.show_contentframe(false); } + if (this.env.group) + qs += '&_gid='+urlencode(this.env.group); + // also send search request to get the right records from the next page if (this.env.search_request) qs += '&_search='+this.env.search_request; -- cgit v1.2.3