From bd5d5af44f31861c40b2a0cde573e974a9d5b6bf Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 26 Mar 2010 16:38:20 +0000 Subject: Added basic contact groups feature git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roundcubemail/index.php') 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( -- cgit v1.2.3