program/include/rcmail.php
@@ -257,6 +257,23 @@ /** * Return identifier of the address book object * * @param rcube_addressbook Addressbook source object * * @return string Source identifier */ public function get_address_book_id($object) { foreach ($this->address_books as $index => $book) { if ($book === $object) { return $index; } } } /** * Return address books list * * @param boolean True if the address book needs to be writeable