Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed the thread index. | Christian Mollekopf | 2018-06-19 |
| | | | | | | | | * Modifications could result in index changes because we lost the threadId due to remove + add. A modify was necessary (although we can ignore it for the email case). * The ThreadIndexer would try to lookup and potentially index threads for empty parent ids, which is clearly wrong. | ||
* | Export from sink_test so we can link against it on windows | Christian Mollekopf | 2018-04-20 |
| | |||
* | Implemented thread merging | Christian Mollekopf | 2017-08-18 |
| | | | | | It can happen that thread messages are not delivered in order, which means we will have to merge threads once all messages are available. | ||
* | Merge mails by subject | Christian Mollekopf | 2016-09-21 |
| | |||
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 |