diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-22 13:10:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-22 13:10:39 +0200 |
commit | 6864e4accaafa4fa90332719bff5a85a0e92b242 (patch) | |
tree | 31c0d6df98112674e55ea5ad636c2ad780add49c /examples/CMakeLists.txt | |
parent | de52c17a7a08e72affc4c182fb1650d18d8b3b2b (diff) | |
download | sink-6864e4accaafa4fa90332719bff5a85a0e92b242.tar.gz sink-6864e4accaafa4fa90332719bff5a85a0e92b242.zip |
ImapResource prototype
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 d5fcacf..59753bb 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt | |||
@@ -7,5 +7,6 @@ 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 | add_subdirectory(imapresource) | ||
10 | endif() | 11 | endif() |
11 | add_subdirectory(mailtransportresource) | 12 | add_subdirectory(mailtransportresource) |