<div class="markdown">
<p dir="auto">On 4 Jul 2014, at 17:14, Bram Heerink wrote:</p>

<blockquote style="padding-left: 5px; border-left-width: 2px; border-left-style: solid; margin: 0 0 5px; border-left-color: #136BCE; color: #136BCE;">
<p dir="auto">Is it possible to search on messages above a certain size? Find messages with a lot of large attachments?</p>
</blockquote>

<p dir="auto">No, at least not easily. You can access the “Size” virtual header of the message and you can use “Attachments-Count is not 0” to get messages with attachments, but you cannot make the kind of size-comparison you need (greater than).</p>

<p dir="auto">Very low level, I think it’s possible to create a custom specifier, for example, named “Large”, which only matches size-headers above a certain size. Using that you could have a “Size ▸ Large exists” condition. Yes, that would be quite a hack.</p>

<p dir="auto">The missing (general) feature in MailMate is that there are currently no comparison-methods for numbers. This is not just missing in the GUI. It’s not even in the internal query system of MailMate.</p>

<blockquote style="padding-left: 5px; border-left-width: 2px; border-left-style: solid; margin: 0 0 5px; border-left-color: #136BCE; color: #136BCE;">
<p dir="auto">And, How do i filter on unread messages in a search criteria?</p>
</blockquote>

<pre style="margin-left: 15px; margin-right: 15px; overflow: auto; background: #E4E4E4; padding: 5px; border: thin solid gray;"><code>Tags/Keywords do not include Seen
</code></pre>

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

</div>