<div class="markdown">
<p dir="auto">Thanks!</p>

<p dir="auto">On 9 Dec 2014, at 16:35, Kai Großjohann wrote:</p>

<blockquote>
<p dir="auto">On 9 Dec 2014, at 20:47, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 9 Dec 2014, at 14:42, Barton Lipman wrote:</p>

<blockquote>
<p dir="auto">Is there a simple way to move from the mailbox list to the message list without using the mouse?</p>
</blockquote>

<p dir="auto">It's even possible to bind a key to put the focus in the messages outline.</p>
</blockquote>

<p dir="auto">Just so that you don't have to search for it and you see a worked example:</p>

<p dir="auto">I've created the file:</p>

<p dir="auto">~/Library/Application Support/MailMate/Resources/KeyBindings/Kai.plist</p>

<p dir="auto">I've then added the following lines to it:</p>

<pre><code>{
    "Q" = ("makeFirstResponder:", "mailboxesOutline");
    "W" = ("makeFirstResponder:", "mainOutline");
    "E" = ("makeFirstResponder:", "messageView");
}
</code></pre>

<p dir="auto">Well, actually, I've got more lines than these, but these illustrate the point.  And then, I've added "Kai" to the list of custom keybindings in the General preferences tab.  And now I can type uppercase Q to go to the list of mailboxes, and uppercase W and E go to the list of mails and the message itself, respectively.</p>

<p dir="auto">It's only Roc...err, keybindings, but I like it.</p>

<p dir="auto">Kai</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>