Commit ad961941 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #377 in ZP/z-push from develop to release/2.3

* commit '02575711':
  ZP-1042 Enable KOE_CAPABILITY_SENDAS by default.
parents 15e90f87 02575711
......@@ -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