summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 17:39:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 17:39:23 +0200
commitb51c5b583c131ca7301862b013aa59bfd07cadd2 (patch)
tree228d7f601b7485e875ec592a4507c547794c933e
parenteaf4929e142102715e114683db6b3a379624aa76 (diff)
downloadkube-b51c5b583c131ca7301862b013aa59bfd07cadd2.tar.gz
kube-b51c5b583c131ca7301862b013aa59bfd07cadd2.zip
Removed the imap/maildir accounts from the default set.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d07269d7..25cc0fff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_policy(SET CMP0063 NEW)
13option(EXPERIMENTAL_VIEWS "Install experimental views" OFF) 13option(EXPERIMENTAL_VIEWS "Install experimental views" OFF)
14#Do not enable this unless you actually distribute a custom extension. 14#Do not enable this unless you actually distribute a custom extension.
15option(ENABLE_EXTENSION "Enable custom kube extensions" OFF) 15option(ENABLE_EXTENSION "Enable custom kube extensions" OFF)
16set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "imap" "maildir" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" ) 16set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" )
17 17
18include(CPack) 18include(CPack)
19include(FeatureSummary) 19include(FeatureSummary)