<!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 22 Mar 2017, at 16:25, Mike Petonic wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">I'm using the following test snippet in order to optimize my workflow:</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">tell application "MailMate" to perform {"selectWithFilter:", "#thread-id=1066628" }
</code></pre>

<p dir="auto">This does nothing from Applescript, but if I run it as a key binding, it works.  Any clues?</p>
</blockquote>

<p dir="auto">Hmm, seems to work for me using â€œScript Editor”. Are you absolutely sure that the id used in the expression exists in the currently selected mailbox? You can enable the â€œMsg ID” column to verify it. Also make sure that it's a â€œroot” message (or just make sure that the same number works when used with a key binding).</p>

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