From a7264a0206e8160d92032c4b72fbca2600a77cbb Mon Sep 17 00:00:00 2001 From: thomasb 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 git-svn-id: https://svn.roundcube.net/trunk@4454 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index c81212fb5..1c8c4c3c9 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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