From 64be498b8042be839e0fb20aa08e0c36a7cc3b2d Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 31 Mar 2010 15:23:22 +0000 Subject: Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index f7a3bd3ca..b029d7338 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -213,6 +213,7 @@ $action_map = array( 'remove-attachment' => 'attachments.inc', 'display-attachment' => 'attachments.inc', 'upload' => 'attachments.inc', + 'group-expand' => 'autocomplete.inc', ), 'addressbook' => array( -- cgit v1.2.3