Commit 3de4a8f6 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1125 Added KOE_CAPABILITY_SECONDARYCONTACTS to config.

Released under the Affero GNU General Public License (AGPL) version 3.
parent da4787b0
...@@ -307,6 +307,8 @@ ...@@ -307,6 +307,8 @@
define('KOE_CAPABILITY_SHAREDFOLDER', true); define('KOE_CAPABILITY_SHAREDFOLDER', true);
// Send-As support for Outlook/KOE and mobiles // Send-As support for Outlook/KOE and mobiles
define('KOE_CAPABILITY_SENDAS', true); 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. // 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 // 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