From e06e1dad4a4570e5c1181d05ab6ed7a5d74c6c91 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 3 May 2016 20:24:09 +0200 Subject: A save-as-draft action & action results This patch introduces tracking of actions, so they can be tested. It also provides a save-as-draft action, that looks for the draft folder, and stores the mail accordingly. --- framework/actions/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/actions/CMakeLists.txt') diff --git a/framework/actions/CMakeLists.txt b/framework/actions/CMakeLists.txt index a09445b0..d757f654 100644 --- a/framework/actions/CMakeLists.txt +++ b/framework/actions/CMakeLists.txt @@ -3,6 +3,7 @@ set(SRCS action.cpp actionhandler.cpp actionbroker.cpp + actionresult.cpp context.cpp ) -- cgit v1.2.3