<div class="markdown">
<p dir="auto">On 21 Jan 2014, at 17:07, Rob McBroom wrote:</p>

<blockquote>
<p dir="auto">On 21 Jan 2014, at 5:56, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">Maybe i'm missing something obvious but I keep having the problem that when I start creating a new mail mail mate keeps using my personal gmail account as sender instead of using my work account.</p>

<p dir="auto">I know mail mate takes some guesses at times, but what is used for new mails since right now it seems to just always get it wrong ;)</p>
</blockquote>

<p dir="auto">I don’t think it guesses until <em>after</em> you’ve put something in the “To” field. Is it still wrong when you’ve given it at least one recipient?</p>
</blockquote>

<p dir="auto">This is correct, but the initial guess can often be confusing and if the recipient entered is unknown then it's also a bad initial guess. I've tried improving this in the next update, but you can also use the <code>MmDefaultAccount</code> <a href="http://manual.mailmate-app.com/hidden_preferences#composing">hidden preference</a>.</p>

<p dir="auto">The new derivation might also make it more convenient to use the <code>MmListPostLookupEnabled</code> hidden (and undocumented) preference recently discussed on the list. Enable it like this:</p>

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

<p dir="auto">This should fill out the “To” header as well by default when the current context is mailbox with messages of a particular mailing list, e.g., in the Mailing List submailboxes.</p>

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

</div>