summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-01-23 18:10:40 +0000
committerthomascube <thomas@roundcube.net>2011-01-23 18:10:40 +0000
commit8458c7ca0e787db4a04fb1a6264e15153fd173b3 (patch)
treeaacaca671437b1e16b4cfd2d682707f4980b0e14 /program/js
parent06670e4efae4b12b5dea5e0150cfed98dffbebb7 (diff)
When creating a new contact, add it to the selected group; consider the selected group when deleting a contact
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js3
1 files changed, 3 insertions, 0 deletions
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;