<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">I looked into it and it's a bit tricky to add unread-key-bindings. For now, I've added key bindings to go to the next/previous mailbox with “counted” messages. This is a reference to the display count of the mailbox (which is most often unread messages). The following should work in the next update:
</div><div dir="auto">
</div><div dir="auto">    selectPreviousCountedMailbox:
</div><div dir="auto">    selectNextCountedMailbox:
</div><div dir="auto">
</div><div dir="auto">I couldn't come up with a better name than `Counted`. The meaning of the word should be “display count is not zero”.
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">This is <em>Awesome</em>. I didn't know how much time I actually spend on clicking Shift+n for going to next mailbox ;)</p>

<p dir="auto">For those who are lazy as I here are the text needed in your key .plist file:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; padding:0" bgcolor="#F7F7F7">    "N" = ("selectNextCountedMailbox:",     "makeFirstResponder:", "mainOutline");    
    "P" = ("selectPreviousCountedMailbox:", "makeFirstResponder:", "mainOutline");
</code></pre>

<p dir="auto">That nicely mirror n/p for Next/Previous unread to use Shift to say Next/Previous "counted" folder.</p>

<p dir="auto">Thank you Benny!</p>

<p dir="auto">/max<br>
<a href="http://about.me/maxandersen" style="color:#3983C4">http://about.me/maxandersen</a></p>
</div>
</div>
</body>
</html>