<!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">I’d like to have a keyboard shortcut that lets me archive a thread, both from the inbox, and from the email being open in its own window. The two things I’ve tried are:</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;">"y" = ( "selectWithFilter:", "#thread-id = ${#thread-id}", "archive:");
</code></pre>
<p dir="auto">which doesn’t seem to reliably archive all the emails in a thread, and</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;"> "y" = ("moveThreadToMailbox:", "archive");
</code></pre>
<p dir="auto">which doesn’t archive an email in its own window, but does archive whole threads from the inbox view. Is there some other option that should work better?</p>
<p dir="auto">Best,</p>
<p dir="auto">Toby</p>
</div>
</div>
</body>
</html>