<div class="markdown">
<p dir="auto">On 29 Aug 2014, at 22:29, Joshua Kehn wrote:</p>

<blockquote>
<p dir="auto">I need to get a lot of correspondence collected from multiple people, ideally in an automatic and simplified way. This is like an audit, basically any emails from some senders sent to some receivers need to be collected and unduplicated. Ideas?</p>
</blockquote>

<p dir="auto">As you probably know, smart mailboxes allow you to setup conditions manually for this, but I guess you are looking for something smarter/easier. Here is my suggestion:</p>

<ul>
<li>Create a tag named <code>Audit</code>.</li>
<li>Create a smart mailbox showing any messages tagged <code>Audit</code>. Name it Audit-Tagged.</li>
<li><p dir="auto">Create a smart mailbox showing any messages similar to the tagged ones. I'm not sure exactly which ones you want, but the following condition would match any message from the same person as one of the tagged messages. You can name this mailbox “Audit”.</p>

<pre><code>From ▸ Address “is in”  Audit-Tagged ▸ From ▸ Address
</code></pre></li>
</ul>

<p dir="auto">The end result should be that you can tag any message you like and then MailMate should show all “similar” messages (depending on the conditions) in the “Audit” smart mailbox.</p>

<p dir="auto">I hope this helps.</p>

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

</div>