summaryrefslogtreecommitdiffstats
path: root/tests/mailthreadtest.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-18 19:04:54 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-18 19:09:32 -0600
commit3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3 (patch)
tree4792b784959e9118798d262861467b0d7c7203ff /tests/mailthreadtest.h
parentd87c789f311b7727d2db687e3891319e98ad6535 (diff)
downloadsink-3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3.tar.gz
sink-3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3.zip
Implemented thread merging
It can happen that thread messages are not delivered in order, which means we will have to merge threads once all messages are available.
Diffstat (limited to 'tests/mailthreadtest.h')
-rw-r--r--tests/mailthreadtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mailthreadtest.h b/tests/mailthreadtest.h
index 8730ec6..1c5c389 100644
--- a/tests/mailthreadtest.h
+++ b/tests/mailthreadtest.h
@@ -52,6 +52,7 @@ private slots:
52 52
53 void testListThreadLeader(); 53 void testListThreadLeader();
54 void testIndexInMixedOrder(); 54 void testIndexInMixedOrder();
55 void testRealWorldThread();
55}; 56};
56 57
57} 58}