<div class="markdown">
<p dir="auto">I'd set up keybindings to first set focus to the message list, and then move up and down in the mailbox. Something like this (not tested):</p>

<p dir="auto">"n" = ("makeFirstResponder:", "messageView", "nextMessage:" );<br>
"p" = ("makeFirstResponder:", "messageView", "previousMessage:" );</p>

<p dir="auto">Does that do what you want?</p>

<p dir="auto">Max Rydahl Andersen wrote (at 4:08 on 19 Jan 2015):</p>

<blockquote>
<p dir="auto">Hi,</p>

<p dir="auto">I got this setup in my keybindings:</p>

<pre><code>"N" = "selectNextMailbox:";
 "P" = "selectPreviousMailbox:";
</code></pre>

<p dir="auto">works great, except that when I use these I still have to use the mouse to have the message list have focus before I can use 'n'/'p' for next and previous messages.</p>

<p dir="auto">Anyway to have have the focus automatically go to the "right" place ?</p>

<p dir="auto">/max<br>
<a href="http://about.me/maxandersen">http://about.me/maxandersen</a></p>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>