<div class="markdown">
<p dir="auto">On 4 Apr 2014, at 5:35, Zvi Biener wrote:</p>
<blockquote>
<p dir="auto">I'm trying to migrate MailMate to a new computer. I've copied all the contents of the MailMate folder in Application Support, as well as the freron file in the Preferences folder of ~/Library.</p>
</blockquote>
<p dir="auto">That should be fine. MailMate does not save anything outside these locations:</p>
<pre><code>~/Library/Application Support/MailMate/
~/Library/Preferences/com.freron.MailMate.plist
</code></pre>
<blockquote>
<p dir="auto">Lots of things transfer (like mailboxes), but certain things do not. For example, my selection of menubar counter is reset back to default, as well as the selection of keybindings.</p>
</blockquote>
<p dir="auto">That should be in this file:</p>
<pre><code>~/Library/Preferences/com.freron.MailMate.plist
</code></pre>
<p dir="auto">You can obtain the current counter settings like this:</p>
<pre><code>defaults read com.freron.MailMate MmCounters
</code></pre>
<p dir="auto">Maybe MailMate was running when you copied the file?</p>
<p dir="auto">-- <br>
Benny</p>
</div>