<div class="markdown">
<p>On 16 Jan 2012, at 23:47, James Pearson wrote:</p>

<blockquote>
<p>I&#39;m not clear on how &quot;Mute&quot; is suppose to work?</p>
</blockquote>

<p>I&#39;m glad you ask since it&#39;s not really documented. I&#39;ll put something similar to the following description in the manual. Since I&#39;m not currently using the feature myself then I may have forgotten some of the details (it may even be buggy):</p>

<p>It is a mailing list oriented feature. When a message is muted it affects all replies for the message arriving in the future. Two actions are taken:</p>

<ul>
<li>Replies to muted messages are automatically muted themselves and marked as read.</li>
<li>If the muted parent is in a different mailbox (for example, because it has been archived or deleted) then the replies are moved to the same mailbox.</li>
</ul>

<p>The result of this is that a muted message triggers future messages received in the same thread to be handled automatically. The purpose is to more easily follow a high traffic list by letting you decide that you no longer want to see messages in a given thread.</p>

<p>There is an exception though. If a message in the subthread is addressed directly to one of your known identities then the muting is automatically disabled. I can see in the code that I do not stop the muting if the subject changes. I should probably do that as well.</p>

<p>The feature is implemented by setting an IMAP keyword named <code>$Muted</code> on muted messages. When a new message arrives, MailMate looks for this keyword in the parent message.</p>

<hr>

<p>Benny</p>

</div>