<div class="markdown">
<p dir="auto">On 19 Jul 2014, at 21:23, Olivier Bedouelle wrote:</p>

<blockquote>
<p dir="auto">I have a problem with with email addresses. Are there a way to remove the "to" list that offers me MailMate when entering a new email?</p>
</blockquote>

<p dir="auto">The email addresses are taken from your “Sent Messages” mailbox (and from Contacts). You can move messages with invalid email addresses elsewhere or you can change which mailbox MailMate uses for completing email addresses:</p>

<pre><code>defaults write com.freron.MailMate MmAddressCompletionMailbox -string 8F9C1062-E4F8-4949-B5DC-BAB7CDEC4110
</code></pre>

<p dir="auto">The value provided should be the UUID of a mailbox (obtained using “Edit ▸ Copy” after selecting a mailbox). Using a dummy value (like above) disables completion based on sent messages.</p>

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

</div>