From 61a06afe8ef87056b067fbe578a72bf564123222 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 29 May 2016 20:08:51 +0200 Subject: The imap resource is back --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 59753bb..d6f2d90 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -7,6 +7,7 @@ add_subdirectory(dummyresource) if (BUILD_MAILDIR) # a maildir resource implementation add_subdirectory(maildirresource) + # an imap resource implementation add_subdirectory(imapresource) endif() add_subdirectory(mailtransportresource) -- cgit v1.2.3