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.
10 lines
468 B
10 lines
468 B
// SOGo configuration
|
|
|
|
<?php echo TB_PREF;?>("calendar.autorefresh.timeout", 5);
|
|
<?php echo TB_PREF;?>("calendar.caldav.sched.enabled", true);
|
|
<?php echo TB_PREF;?>("calendar.alarms.showmissed", false);
|
|
<?php echo TB_PREF;?>("ldap_2.autoComplete.useDirectory", true);
|
|
<?php echo TB_PREF;?>("ldap_2.autoComplete.directoryServer", "ldap_2.servers.Utilisateurs");
|
|
<?php echo TB_PREF;?>("sogo-integrator.autocomplete.server.urlid", "Utilisateurs");
|
|
|
|
// End of SOGo config
|
|
|