<div class="markdown">
<p dir="auto">On 17 Jan 2016, at 11:29, Vlad Ghitulescu wrote:</p>

<blockquote>
<p dir="auto">First question: How can I put the focus (with the keyboard, not using the mouse/trackpad) on the email shown?</p>
</blockquote>

<p dir="auto">I'll note to look into the default focus (I think I've promised that once before :) ).</p>

<p dir="auto">A custom key binding can be used to set focus using the keyboard:</p>

<pre><code>( "makeFirstResponder:", "mainOutline" );
</code></pre>

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