M. Rodrigo Monteiro wrote:
On Mon, Sep 7, 2009 at 05:27, <lst_ho...@kwsoft.de> wrote:
Zitat von ANANT S ATHAVALE <a...@isac.gov.in>:

Works fine here. Be sure to set the "shared" Adressbook as searchable in the
webmail settings for the user in question.


In the horde/turba/config/prefs.php

$_prefs['addressbooks'] = array(
    //'value' => '',
    'value' => "localsql\nothersql",
    'locked' => false,
    //'shared' => false,
    'shared' => true,
    'type' => 'implicit',
);

Is it?

I think the shared book has to be in a separate mysql table and specified separately in sources.php for the above to work in prefs.php. If both books are in the same mysql table with the use_shares set in sources.php you need to set both books as search able for each user in the web interface as mentioned by Anant. You can lookup the number for the shared book in the table and put it in the prefs.php but the number for each users personal book is different so it won't work there. For example I have 'value' => "36c6ce6ed28fbce9a25201789599be91" so that when a new user logs in the autocomplete gets the info from my shared book. Please correct me if I am wrong.

--
gimili

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to