From 161bc918e745801bcf7fa5a9f504c721aab08258 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 10 Apr 2016 10:56:55 +0200 Subject: Added a mailtransport resource for smtp --- 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 837903a..d5fcacf 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -8,3 +8,4 @@ if (BUILD_MAILDIR) # a maildir resource implementation add_subdirectory(maildirresource) endif() +add_subdirectory(mailtransportresource) -- cgit v1.2.3