Commit 02575711 authored by Sebastian Kummer's avatar Sebastian Kummer

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

Merge pull request #376 in ZP/z-push from feature/ZP-1042-add-send-as-capability-and-enable to develop

* commit 'c4c0e0a1':
  ZP-1042 Enable KOE_CAPABILITY_SENDAS by default.
parents 6ce31187 c4c0e0a1
......@@ -315,6 +315,8 @@
define('KOE_CAPABILITY_NOTES', true);
// Shared folder support
define('KOE_CAPABILITY_SHAREDFOLDER', true);
// Send-As support for Outlook/KOE and mobiles
define('KOE_CAPABILITY_SENDAS', 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