<div class="markdown">
<p dir="auto">On 6 Feb 2016, at 23:46, Helen Holzgrafe wrote:</p>

<blockquote>
<p dir="auto">[memory]</p>

<p dir="auto">Benny may tell us all that my analysis is incorrect, but either way, I think you should look at your folder structure and make all your folders much smaller and see if that helps you. I know it did for me.</p>
</blockquote>

<p dir="auto">You are correct that running out of memory would cripple MailMate and MailMate does require a lot of memory for very large message stores. The size of a mailbox probably matters less than the actual queries. Specific conditions like “From ▸ Address <strong>is</strong> <a href="mailto:foobar@example.com">foobar@example.com</a>” are better than “From contains <a href="mailto:foobar@example.com">foobar@example.com</a>”, but the most important to look out for is probably the use of the “is in” comparison method. I've also had issues in the past where date-based queries were much slower than other types of queries, but I believe that is working better now.</p>

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

</div>