<div class="markdown">
<p dir="auto">On 13 Aug 2015, at 12:55, David Green wrote:</p>

<blockquote>
<p dir="auto">I believe this is what happened to me when I did the install steps<br>
(git/config) before you do the update to MailMate (by downloading the new<br>
version).  Deleting the bundle that I downloaded from git and starting over<br>
after stop/starting Mailmate worked.</p>

<p dir="auto">Dave</p>
</blockquote>

<p dir="auto">The issue I had was that I got lazy and just pasted the command from Benny's explanation:</p>

<pre><code>mkdir -p ~/Library/Application\\ Support/MailMate/Bundles
</code></pre>

<p dir="auto">Which created an "Application\" folder, which is not "Application Support", due to the double \ and -p, and so the Bundle was at another folder path. Once I correct this the bundle worked.</p>

<p dir="auto">Thank you.</p>

</div>