<div class="markdown">
<p>On 29 Jan 2013, at 0:26, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p>Here is an attempt to collect everything (53 items). Consider it a first draft for a new page in the manual.</p>
</blockquote>

<p>The latest test version of MailMate also includes 4 new items for the list:</p>

<table><thead>
<tr>
<th>Selector</th>
<th>Argument</th>
<th>Action</th>
</tr>
</thead><tbody>
<tr>
<td>mailboxToggleTag:</td>
<td>IMAP keyword</td>
<td>Toggle tag for messages in currently displayed mailbox (or search result)</td>
</tr>
<tr>
<td>mailboxSetTag:</td>
<td>IMAP keyword</td>
<td>Set tag for messages in currently displayed mailbox (or search result)</td>
</tr>
<tr>
<td>mailboxRemoveTag:</td>
<td>IMAP keyword</td>
<td>Remove tag for messages in currently displayed mailbox (or search result)</td>
</tr>
<tr>
<td>expungeDeletedMessages:</td>
<td>-</td>
<td>Permanently delete any messages marked as <code>\Deleted</code> in the currently displayed mailbox (or search result)</td>
</tr>
</tbody></table>

<p>The last one can be used to make MailMate behave like a traditional IMAP email client, but to make that work well it is necessary to enable the following preference:</p>

<pre><code>defaults write com.freron.MailMate MmShowDeletedMessages -bool YES
</code></pre>

<p>Otherwise <code>\Deleted</code> messages are not displayed for non-IMAP mailboxes.</p>

<hr>

<p>Benny</p>

</div>