diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:39:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 17:39:23 +0200 |
commit | b51c5b583c131ca7301862b013aa59bfd07cadd2 (patch) | |
tree | 228d7f601b7485e875ec592a4507c547794c933e /CMakeLists.txt | |
parent | eaf4929e142102715e114683db6b3a379624aa76 (diff) | |
download | kube-b51c5b583c131ca7301862b013aa59bfd07cadd2.tar.gz kube-b51c5b583c131ca7301862b013aa59bfd07cadd2.zip |
Removed the imap/maildir accounts from the default set.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
13 | option(EXPERIMENTAL_VIEWS "Install experimental views" OFF) | 13 | option(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. |
15 | option(ENABLE_EXTENSION "Enable custom kube extensions" OFF) | 15 | option(ENABLE_EXTENSION "Enable custom kube extensions" OFF) |
16 | set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "imap" "maildir" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" ) | 16 | set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" ) |
17 | 17 | ||
18 | include(CPack) | 18 | include(CPack) |
19 | include(FeatureSummary) | 19 | include(FeatureSummary) |