<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi,</p>
<p dir="auto">I have this in my keybinding:</p>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">           "N" = ("selectNextCountedMailbox:",     "makeFirstResponder:", "mainOutline","selectFirstMessageRow:"); </code></p>
<p dir="auto">It does select the next counted mailbox but it does not select the first message row.</p>
<p dir="auto">I do have a <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">mainOutline</code> defined in my threaded layout:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">{
                identifier = "mainOutline";
                viewerType = "MmMessagesOutlineView";
                // columnSettings = "outlineColumns";
                // Keeps selected messages in the view even if they no longer match the main query
                // sources = ( { sourceIdentifier = "mainOutline"; }, { sourceIdentifier = "pathControl"; } );
                sources = ( { sourceIdentifier = "pathControl"; } );
                minHeight = 50;
},
</code></pre>
<p dir="auto">Anyone know if syntax for this might have changed in recent months?</p>
<p dir="auto">/max<br>
<a href="https://xam.dk/about" style="color: #3983C4;">https://xam.dk/about</a></p>

</div>
</div>
</body>

</html>