[turba] All outgoing emails ID should be auto add in TURBA address book in HORDE

Suhag Desai spdesai at gnvfc.net
Sun Jun 10 04:04:19 UTC 2007


Thanks

now its working after applying your suggestion


----- Original Message ----- 
From: "Patrick Boutilier" <boutilpj at ednet.ns.ca>
To: <turba at lists.horde.org>
Sent: Friday, June 08, 2007 5:48 PM
Subject: Re: [turba] All outgoing emails ID should be auto add in TURBA 
address book in HORDE


> Suhag Desai wrote:
>> Hi all,
>> I have a little problem regarding address book.
>> I want to add automatically sent mail email-id in dafault address book.
>> Let me explain
>> suppose i sent one mail to abc at test.com ,, so abc at test.com ID should be 
>> add automatically in dafault address book.
>> How to do this ?
>> I have tried with /horde/imp/config/pref.php with below option
>>
>> $_prefs['save_recipients'] = array(
>>     'value' => 1,
>>     'locked' => false,
>>     'shared' => false,
>>     'type' => 'checkbox',
>>     'desc' => _("Save recipients automatically to the default address 
>> book?"));
>>
>> BUT did not work
>> Kindly let me know the solutions
>>
>> thanks
>>
>> suhag
>
> Works fine here. What do you have configured for this preference in
> horde/imp/prefs.php ?
>
>
> // address book to use for adding addresses
> // put $cfgSources array element name in the value field.
> // Setting value to localsql would allow you to add contacts to MySQL
> database
> // See turba/config/sources.php for more info
> $_prefs['add_source'] = array(
> //    'value' => '',
>   'value' => 'localsql',
>     'locked' => false,
>     'shared' => true,
>     'type' => 'implicit'
> );
> -- 
> Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe at lists.horde.org
> 



More information about the turba mailing list