<!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">
</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">On 2 Nov 2017, at 17:42, Andreas Borutta wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Beeing able to browse through all unread messages with tapping the spacebar with my thumb.<br>
<br>
What do you think about the feature? I like to suggest it as a wish.</p>
</blockquote><p dir="auto">I don't oppose such a feature. It's just tricky to implement :)<br>
<br>
One way to do this would be to provide an option which makes “Next/Previous Unread Message” skip to next/previous mailbox when necessary. Do you think that would match your use case?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">What I got today in my keyboard plist is:</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:3px; margin:0; padding:0" bgcolor="#F7F7F7">    "n"    = "nextMessage:";
    "p"    = "previousMessage:";

    "N" = ("selectNextCountedMailbox:",     "makeFirstResponder:", "mainOutline");    
    "P" = ("selectPreviousCountedMailbox:", "makeFirstResponder:", "mainOutline");
</code></pre>

<p dir="auto">This allows me to get close to the behaviour as once i'm at the end of a mailbox by pushing 'n' I just push 'N' to jump to the next folder that has a count (not necessarily just unread). </p>

<p dir="auto">This works great for me, but it would be great to map space to combine those two:</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:3px; margin:0; padding:0" bgcolor="#F7F7F7">" "    = ("nextMessageInNextCountedMailbox:", ...)
</code></pre>

<p dir="auto">?</p>

<p dir="auto">/max</p>
</div>
</div>
</body>
</html>