From 6864e4accaafa4fa90332719bff5a85a0e92b242 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 22 May 2016 13:10:39 +0200 Subject: ImapResource prototype --- 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 d5fcacf..59753bb 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -7,5 +7,6 @@ add_subdirectory(dummyresource) if (BUILD_MAILDIR) # a maildir resource implementation add_subdirectory(maildirresource) + add_subdirectory(imapresource) endif() add_subdirectory(mailtransportresource) -- cgit v1.2.3