<div class="markdown">
<p dir="auto">On 9 Jan 2014, at 13:07, Max Rydahl Andersen wrote:</p>

<blockquote>
<blockquote>
<p dir="auto">No, there is no way to do that currently. The best you can do is switch mailbox using ⌘T or <a href="http://manual.mailmate-app.com/custom_key_bindings">bind a key</a> to <a href="http://manual.mailmate-app.com/key_binding_selectors"><code>selectNextMailbox:</code></a>.</p>
</blockquote>

<p dir="auto">I tried this but it seem to have no effect.</p>

<p dir="auto">I used this <a href="https://gist.github.com/maxandersen/43e9ec4e8e76de7895bb">https://gist.github.com/maxandersen/43e9ec4e8e76de7895bb</a></p>

<p dir="auto">All other keybindings works - but pressing Shift+n or Shift+p doesn’t work.</p>
</blockquote>

<p dir="auto">You have a typo for ⇧N:</p>

<pre><code>"N" = "selectNextMailBox:";
</code></pre>

<p dir="auto">It should be:</p>

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

<p dir="auto">That works for me. The other shortcut worked for me without problems. Can you re-check?</p>

<p dir="auto">Note that you must change the setting in the General preferences pane to trigger the changes to take effect (I should fix that). You can just disable/enable to do that.</p>

<blockquote>
<p dir="auto">What I would like is that instead of just nesting per account was that you could have them nested per folder the messages actually show up in.<br>
Which would be really useful for anyone that has their mails already sorted.</p>

<p dir="auto">Maybe it could make a tree based on a regular expression - i.e. .split("/") and not be limited to nesting grouped per folder ?</p>
</blockquote>

<p dir="auto">Ok, I get it now. I’ll think about it, but obviously this is a non-trivial feature to add.</p>

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

</div>