<div class="markdown">
<p dir="auto">On 27 Oct 2014, at 19:08, Max Andersen wrote:</p>

<blockquote>
<p dir="auto">Now this works pretty great <em>BUT</em> I can now see several mails where the thread-id does not<br>
actually work. Not sure why because the field "References" and Message-id definitely seem<br>
to be there.</p>
</blockquote>

<p dir="auto">I would need an example to analyze that, that is, at least two messages (parent/child) clearly related but not threaded by MailMate.</p>

<blockquote>
<p dir="auto">Is there a way to also make it show other mails with the same similar/subject  (similar to when clicking the main subject text and mailmate show the related ones ?)</p>
</blockquote>

<p dir="auto">Yes, that can also be done by the <code>transformation</code> string. Something like this I believe should work:</p>

<pre><code>transformation = "$ALL_MESSAGES.filter(#thread-id = $mainOutline.#thread-id or subject.body = $mainOutline.subject.body)";
</code></pre>

<p dir="auto">-- <br>
Benny</p>

</div>