From a5f38b6541fbab0bdf31d5a804ec644af09a6b1b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Jan 2018 12:27:56 +0100 Subject: The Inbox crusher as a first experimental view. The extension itself is not really usable yet, but serves as a showcase. --- views/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/CMakeLists.txt') diff --git a/views/CMakeLists.txt b/views/CMakeLists.txt index 4004e310..5b19620d 100644 --- a/views/CMakeLists.txt +++ b/views/CMakeLists.txt @@ -9,3 +9,6 @@ install_view(conversation) install_view(people) install_view(log) install_view(accounts) +if (${EXPERIMENTAL_VIEWS}) + install_view(inboxcrusher) +endif() -- cgit v1.2.3