<div class="markdown">
<p dir="auto">On 26 Oct 2014, at 17:57, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">I'm trying to create a "Thread layout" similar to "Correspondance" but with a current thread view instead of the correspondance list.</p>

<p dir="auto">Trying to get the filter right but not sure what is the right one to get similar to what clicking on 'thread' will run ?</p>

<p dir="auto">any ideas ?</p>
</blockquote>

<p dir="auto">That would be something like:</p>

<pre><code>transformation = "$ALL_MESSAGES.filter(#thread-id =[c] $mainOutline.#thread-id)";
</code></pre>

<p dir="auto">(Trick: You could have clicked the Thread button and saved the result to be able to review the result in <code>Mailboxes.plist</code>.)</p>

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

</div>