diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:08:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-29 20:08:51 +0200 |
commit | 61a06afe8ef87056b067fbe578a72bf564123222 (patch) | |
tree | eed9d8957b2073a1f67741f00dd5d0df40f4c3b3 /examples/CMakeLists.txt | |
parent | 66a37692cb3d20de354cfeb51ef6cb1d19bd55b1 (diff) | |
download | sink-61a06afe8ef87056b067fbe578a72bf564123222.tar.gz sink-61a06afe8ef87056b067fbe578a72bf564123222.zip |
The imap resource is back
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
7 | if (BUILD_MAILDIR) | 7 | if (BUILD_MAILDIR) |
8 | # a maildir resource implementation | 8 | # a maildir resource implementation |
9 | add_subdirectory(maildirresource) | 9 | add_subdirectory(maildirresource) |
10 | # an imap resource implementation | ||
10 | add_subdirectory(imapresource) | 11 | add_subdirectory(imapresource) |
11 | endif() | 12 | endif() |
12 | add_subdirectory(mailtransportresource) | 13 | add_subdirectory(mailtransportresource) |