From 4dc279dae5fb66d8210a80c5f7f748b7df86cee9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 10 Oct 2011 20:15:46 +0000 Subject: Contact groups can have direct email addresses => distribution lists; enable 'compose' command for the selected group git-svn-id: https://svn.roundcube.net/trunk@5328 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_addressbook.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roundcubemail/program/include/rcube_addressbook.php') diff --git a/roundcubemail/program/include/rcube_addressbook.php b/roundcubemail/program/include/rcube_addressbook.php index 88f0aa900..7270f42fd 100644 --- a/roundcubemail/program/include/rcube_addressbook.php +++ b/roundcubemail/program/include/rcube_addressbook.php @@ -295,6 +295,18 @@ abstract class rcube_addressbook return array(); } + /** + * Get group properties such as name and email address(es) + * + * @param string Group identifier + * @return array Group properties as hash array + */ + function get_group($group_id) + { + /* empty for address books don't supporting groups */ + return null; + } + /** * Create a contact group with the given name * -- cgit v1.2.3