1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00

Made "Send-As" feature enabled by default

This commit is contained in:
Patrick Simpson 2017-01-18 14:06:58 +01:00
parent 9e05601fe9
commit ab37b666df

View File

@ -30,7 +30,7 @@ using static Acacia.DebugOptions;
namespace Acacia.Features.SendAs
{
[AcaciaOption("Provides the ability to select different senders for Z-Push accounts.")]
public class FeatureSendAs : FeatureDisabled
public class FeatureSendAs : Feature
{
private FeatureSharedFolders _sharedFolders;