You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.inc.php 515B

123456789101112131415161718
  1. <?php
  2. /* automatic_addressbook plugin */
  3. $rcmail_config['default_addressbook'] = '0';
  4. /* on edit move to default addressbook */
  5. $rcmail_config['on_edit_move_to_default'] = FALSE;
  6. /* database table name */
  7. $rcmail_config['db_table_collected_contacts'] = 'collected_contacts';
  8. /* Is automatic_addressbook enabled or disabled by default for users ? */
  9. $rcmail_config['use_auto_abook'] = TRUE;
  10. /* Should automatic_addressbook be used for completion ? */
  11. $rcmail_config['use_auto_abook_for_completion'] = TRUE;
  12. ?>