[turba] All outgoing emails ID should be auto add in TURBA address book in HORDE
Patrick Boutilier
boutilpj at ednet.ns.ca
Fri Jun 8 12:18:34 UTC 2007
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'
);
More information about the turba
mailing list