<div class="markdown">
<p dir="auto">Hi Benny!</p>

<p dir="auto">I started playing around with <a href="https://en.wikipedia.org/wiki/EncFS">encfs</a> lately and also wanted to secure my mails by mounting the encrypted filesystem at</p>

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

<p dir="auto">This worked at first, but when I try to start MailMate now, it crashes and the log only shows:</p>

<blockquote>
<p dir="auto">rmdir failed: Resource busy<br>
Path: /Users/kling/Library/Application Support/MailMate<br>
Abort trap: 6</p>
</blockquote>

<p dir="auto">And indeed, when I run</p>

<pre><code>rmdir /Users/kling/Library/Application Support/MailMate
</code></pre>

<p dir="auto">that's the error I get:</p>

<blockquote>
<p dir="auto">rmdir: /Users/kling/Library/Application Support/MailMate: Resource busy</p>
</blockquote>

<p dir="auto">So it seems that MailMate is trying to delete this folder, but why? Could this be changed so that it works well with encfs? (Needless to say it works fine without encfs)</p>

<p dir="auto">Thanks!</p>

</div>