Commit a2cc2877 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #458 in ZP/z-push from...

Merge pull request #458 in ZP/z-push from feature/ZP-1125-add-the-feature-to-config-and-checks to develop

* commit '3de4a8f6':
  ZP-1125 Added KOE_CAPABILITY_SECONDARYCONTACTS to config.
parents da4787b0 3de4a8f6
......@@ -307,6 +307,8 @@
define('KOE_CAPABILITY_SHAREDFOLDER', true);
// Send-As support for Outlook/KOE and mobiles
define('KOE_CAPABILITY_SENDAS', true);
// Secondary Contact folders (own and shared)
define('KOE_CAPABILITY_SECONDARYCONTACTS', true);
// To synchronize the GAB KOE, the GAB store and folderid need to be specified.
// Use the gab-sync script to generate this data. The name needs to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment