summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-26 16:38:20 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-26 16:38:20 +0000
commitbd5d5af44f31861c40b2a0cde573e974a9d5b6bf (patch)
tree49528eae7022cf601115aee0e169d527a5f23ef0 /roundcubemail/index.php
parent7ae2aa58bc71e0689dea7cb8cd704242f5b9a80b (diff)
Added basic contact groups feature
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index ee4aa45cf..02a6f14be 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/index.php
@@ -217,6 +217,10 @@ $action_map = array(
'addressbook' => array(
'add' => 'edit.inc',
+ 'create-group' => 'groups.inc',
+ 'delete-group' => 'groups.inc',
+ 'removefromgroup' => 'groups.inc',
+ 'add2group' => 'groups.inc',
),
'settings' => array(