From a61bbb24aafec5718ca9bc985e7c596c5821f018 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 26 Mar 2010 12:38:20 -0400
Subject: [PATCH] Added basic contact groups feature

---
 index.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php
index ee4aa45..02a6f14 100644
--- a/index.php
+++ b/index.php
@@ -217,6 +217,10 @@
   
   'addressbook' => array(
     'add' => 'edit.inc',
+    'create-group' => 'groups.inc',
+    'delete-group' => 'groups.inc',
+    'removefromgroup' => 'groups.inc',
+    'add2group' => 'groups.inc',
   ),
   
   'settings' => array(

--
Gitblit v1.9.1