mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
resurrect preference to sync all ABs into one (allways implied for OS X) and new pref to "Distributionlists as groups", plus explenation of the prefs
This commit is contained in:
@ -386,6 +386,8 @@ abstract class groupdav_handler
|
||||
{
|
||||
if ((int)$matches[1] < 868) $agent .= '_old';
|
||||
}
|
||||
// sillently switch "Sync all into one" preference on, as OS X addressbook only supports one AB
|
||||
$GLOBALS['egw_info']['user']['preferences']['groupdav']['addressbook-home-set'] .= ',O';
|
||||
break;
|
||||
case 'kde':
|
||||
// Akonadi (new KDE Pim framework) unfortunately has same user-agent as old kde
|
||||
|
Reference in New Issue
Block a user