diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-13 09:11:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-13 09:11:37 +0200 |
commit | 1e2e4437094d80f1cdd849c7341019910fc29fb1 (patch) | |
tree | 5f75e3dab8da864eab8a51c06be205a24e185dcb /tests/mailtest.h | |
parent | 3fa1766af3fa85067d4b2d48c8410e6c201ae323 (diff) | |
download | sink-1e2e4437094d80f1cdd849c7341019910fc29fb1.tar.gz sink-1e2e4437094d80f1cdd849c7341019910fc29fb1.zip |
Get folder moves to work, and fix the mime message moving.
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h index 3ba7f63..3de5e1f 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h | |||
@@ -66,7 +66,9 @@ private slots: | |||
66 | void testCreateModifyDeleteMail(); | 66 | void testCreateModifyDeleteMail(); |
67 | void testMoveMail(); | 67 | void testMoveMail(); |
68 | void testMarkMailAsRead(); | 68 | void testMarkMailAsRead(); |
69 | |||
69 | void testCreateDraft(); | 70 | void testCreateDraft(); |
71 | void testModifyMailToDraft(); | ||
70 | }; | 72 | }; |
71 | 73 | ||
72 | } | 74 | } |