<div class="markdown">
<p dir="auto">On 27 Nov 2014, at 10:15, Sebastian Poll wrote:</p>

<blockquote>
<p dir="auto">Thanks, didn't see that. I tried but failed as I seem to be not able to get the right syntax. Maybe it's because my user account (google apps for work) has an "@" in it?<br>
I tried "defaults write com.freron.MailMate MmDefaultAccount -string 'imap://<a href="mailto:username@imap.example.com">username@imap.example.com</a>'" with the mailadress itself or even the serverURL from the Identities.plist using "@" or "%40" (which seemed to have the right syntax. But I always end up with a error message that the default from address is unknown.)</p>
</blockquote>

<p dir="auto">I assume you did restart MailMate. The other potential explanation is something I realized recently. If you ever changed the IMAP settings of this account then it's actually not the <code>serverURL</code> you need, but something named <code>shadowServerURL</code>:</p>

<pre><code>grep shadowServerURL ~/Library/Application\ Support/MailMate/Sources.plist |
</code></pre>

<p dir="auto">cut -d\" -f2</p>

<p dir="auto">Another way to see it is that it should match whatever the folder name is here:</p>

<pre><code>~/Library/Application Support/MailMate/Messages/IMAP/
</code></pre>

<p dir="auto">The <code>shadowServerURL</code> is an implementation detail needed to be able to allow IMAP account changes to take effect quickly (without a lot of database index changes). It wouldn't be a problem if I provided a GUI for setting the default account :-)</p>

<p dir="auto">If this doesn't help then I'll need more details. You can send me a screenshot of the error and this file (off list):</p>

<pre><code>~/Library/Application Support/MailMate/Sources.plist
</code></pre>

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

</div>