<div class="markdown">
<p>On 4 Dec 2013, at 9:57, Benny Kjær Nielsen wrote: </p>

<blockquote>
<p>On 4 Dec 2013, at 15:09, Kee Hinckley wrote: </p>

<p>MailMate does not like invalid queries :-) If I understand you correctly then you should have done like this: </p>

<pre><code>from.address !=[x] $SENT.from.address  </code></pre>

<p>The sender of the message must not be equivalent to any of the Sent Messages senders. </p>
</blockquote>

<p>That’s what I thought, but it doesn’t seem to be working. </p>

<pre><code>  "m"     = ( "selectWithFilter:", "#thread-id = ${#thread-id} and from.address !=[x] $SENT.from.address" );  
</code></pre>

<p>I’ll play with it some more. (I’m having a lot of fun playing with this. :) </p>

<p>One final question and I need to go back to my real job. </p>

<p>Is there an internal command like: </p>

<pre><code>"displayDialog:", "from.address"  
</code></pre>

<p>for debugging current values? </p>

<p>And have you ever thought about replacing the internal language with Perl/Python/Ruby/…? </p>

</div>