<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div><div class="markdown">
<p dir="auto">I have this keybinding in a custom file:</p>
<p dir="auto">"u" = {<br />
"u" = ( "markAsUnread:", "");<br />
};</p>
<p dir="auto">and it works just fine. I'm trying to create an analog to mark selected messages as READ, without luck; it just beeps at me after the second <code>r</code>. I've tried several things along the lines of</p>
<p dir="auto">"r" = {<br />
"r" = ( "markAsRead:", "");<br />
};</p>
<p dir="auto">with and without that second argument, adding in (or using only) <code>"setTag:", "\\SEEN"</code>; what's the magic voodoo incarnation to get this working?</p>
<p dir="auto">–––––</p>
<p dir="auto">Upon further investigation, I'm now confused on how my w-w command is working, as <code>markAsUnread:</code> is NOT listed in <a href="https://manual.mailmate-app.com/key_binding_selectors.html">https://manual.mailmate-app.com/key_binding_selectors.html</a>. Help?</p>
<p dir="auto"> <br />
randy</p>
</div></div></body>
</html>