Quoting [email protected]:
Hi !
Horde 5 and IMP 6 work good but I have always a little problem. Impossible
to save the sender's address in the personal address book. The message is
: "Invalide address book : localsql".
If I go to the options of IMP and save the parameters of "Address book",
there is not problem anymore
Here is a part of imp/prefs.local.php :
$_prefs['search_sources']['value'] = json_encode(array(
'localsql',
'ldapEmpl',
'ldapEle',
'csaSympa'));
$_prefs['search_fields']['value'] = json_encode(array(
'localsql' => array('name', 'firstname', 'email'),
'ldapEmpl' => array('name', 'firstname', 'email'),
'ldapEle' => array('name', 'firstname', 'email'),
'csaSympa' => array('name', 'firstname', 'email')));
$_prefs['add_source']['value'] = 'localsql';
'localsql' is obviously not a valid value for this preference in your installation. This won't work if you are using shares in Turba.
-- mike The Horde Project (www.horde.org) [email protected]
bin1OGVGqFBbr.bin
Description: PGP Public Key
smime.p7s
Description: S/MIME Signature
-- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
