<div class="markdown">
<p dir="auto">On 15 Jan 2016, at 23:04, Vlad Ghitulescu wrote:</p>

<blockquote>
<p dir="auto">I would like to make a smart mailbox in MailMate that contains all of the mails from the BBEdit-Talk Google Discussion-Group.</p>

<p dir="auto">All of the mails in this group have in the To-field this email-address „<a href="mailto:bbedit@googlegroups.com">bbedit@googlegroups.com</a>“, so I have made a smart mailbox with the condition showed in the attachment.</p>

<p dir="auto">However the mailbox doesn’t seem to work: I see only a single email in this mailbox but I have a couple more in my Inbox.</p>

<p dir="auto">What have I done wrong?</p>
</blockquote>

<p dir="auto">You already got some advice, but just to answer this question: You should not use <code>"<...>"</code> since the less/greater than symbols are not necessarily part of the To header. Also, it is always better to use the “is” comparison method instead of “contains” when possible (and it's most often possible). In this case, the best condition would probably be:</p>

<pre><code>To ▸ Address [is] “bbedit@googlegroups.com”
</code></pre>

<p dir="auto">Let me know if that does not work.</p>

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