diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-18 11:38:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-18 11:38:29 +0200 |
commit | 78d9ca435ff06675da79426e09fe9be32106ce35 (patch) | |
tree | 112de3968faa8ea6f3f6b6db5c5ae477c64c496c /tests/mailtest.h | |
parent | 4cb1c1e6103459e54d931b8672674f5f49f8ac2f (diff) | |
download | sink-78d9ca435ff06675da79426e09fe9be32106ce35.tar.gz sink-78d9ca435ff06675da79426e09fe9be32106ce35.zip |
Moved the bogus message test to the imap test.
Maildir will happly store anything.
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h index 757da1b..b827188 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h | |||
@@ -53,7 +53,6 @@ private slots: | |||
53 | void testModifyMailToDraft(); | 53 | void testModifyMailToDraft(); |
54 | 54 | ||
55 | void testModifyMailToTrash(); | 55 | void testModifyMailToTrash(); |
56 | void testBogusMessageAppend(); | ||
57 | }; | 56 | }; |
58 | 57 | ||
59 | } | 58 | } |