<!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">On 27 Jun 2016, at 17:51, Charlie Allom wrote:</p>

<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 want a keyboard shortcut, or something I can map, that automatically selects the next mailbox in the left hand pane with an unread count. I am trying to avoid `Tab` + `↓` + `↓` … etc
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">Note that <a href="https://manual.mailmate-app.com/custom_key_bindings" style="color:#3983C4">custom key bindings</a> support various <code style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; padding:3px" bgcolor="#F7F7F7">selectNext/PreviousMailbox:</code> variants, but there are currently no unread variants.</p>

<p 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:</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">selectPreviousCountedMailbox:
selectNextCountedMailbox:
</code></pre>

<p dir="auto">I couldn't come up with a better name than <code style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; padding:3px" bgcolor="#F7F7F7">Counted</code>. The meaning of the word should be “display count is not zero”.</p>

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