Fix compilation without enterprise feature

This commit is contained in:
mdecimus
2024-09-20 12:13:48 +02:00
parent ea24106045
commit 8af15d1b10
13 changed files with 110 additions and 6 deletions

View File

@@ -44,4 +44,4 @@ rocks = ["store/rocks"]
elastic = ["store/elastic"]
s3 = ["store/s3"]
redis = ["store/redis"]
enterprise = ["jmap/enterprise", "common/enterprise", "store/enterprise"]
enterprise = ["jmap/enterprise", "common/enterprise", "store/enterprise", "managesieve/enterprise"]