From dc6c4f4a28652f428a507b0335f418749cdbc3bd Mon Sep 17 00:00:00 2001 From: thomascube 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 --- program/include/rcube_addressbook.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'program/include/rcube_addressbook.php') diff --git a/program/include/rcube_addressbook.php b/program/include/rcube_addressbook.php index 88f0aa900..7270f42fd 100644 --- a/program/include/rcube_addressbook.php +++ b/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