[imp] imp 3.1/turba address book.

Edwin Culp eculp@encontacto.net
Tue, 25 Jun 2002 06:41:50 -0700


Quoting Kenny Olano <k.olano@netonestop.net>:

 | Where in the config files can I default the use of "My Addressbook" when
 | adding addresses in the compose window.  I want to do this so that my users
 | don't have to go into options and set this themselves.  I know this was
 | probably  talked about before but I have searched through google and so far
 | came up empty.  Any help will be appreciated.
You can set the defaults and lock them in config/prefs.php

// addressbook to use for adding adresseses
// 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' => 'private',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

by changing the values above.

ed

 | 
 | Kenny
 | 
 | 
 | -- 
 | IMP mailing list
 | Frequently Asked Questions: http://horde.org/faq/
 | To unsubscribe, mail: imp-unsubscribe@lists.horde.org


--