SOGo addons for Thunderbird for WPKG on iPasserelle

13 lines
613 B

// SOGo configuration
<?php echo $pref;?>("calendar.autorefresh.timeout", 5);
<?php echo $pref;?>("calendar.caldav.sched.enabled", true);
<?php echo $pref;?>("calendar.alarms.showmissed", false);
<?php echo $pref;?>("calendar.alarms.onforevents", 1);
<?php echo $pref;?>("calendar.week.start", 1);
<?php echo $pref;?>("calendar.view.visiblehours", 14);
<?php echo $pref;?>("ldap_2.autoComplete.useDirectory", true);
<?php echo $pref;?>("ldap_2.autoComplete.directoryServer", "ldap_2.servers.Utilisateurs");
<?php echo $pref;?>("sogo-integrator.autocomplete.server.urlid", "Utilisateurs");
// End of SOGo config