<div class="markdown">
<p dir="auto">On 6 Sep 2013, at 19:21, <a href="mailto:list@felix-kling.de">list@felix-kling.de</a> wrote:</p>

<blockquote>
<p dir="auto">I have tried several things but I cannot get MailMate to work with GPG.</p>

<p dir="auto">Approach 1: Homebrew (which I prefer)<br>
Approach 2: GPGTools (MacPGP) (I deinstalled the homebrew packages beforehand)</p>
</blockquote>

<p dir="auto">MailMate expects the GPGTools install and is hardcoded to the location used by GPGTools. Unfortunately GPGTools recently changes its installer. MailMate expects to find gpg2 here:</p>

<pre><code>/usr/local/bin/gpg2
</code></pre>

<p dir="auto">But now it only exists here:</p>

<pre><code>/usr/local/MacGPG2/bin/gpg2
</code></pre>

<p dir="auto">You can either fetch the latest test version of MailMate (hold down ⌥ when clicking Check Now in the Sofware Update preferences pane) or you can make a symbolic link:</p>

<pre><code>/usr/local/bin/
ln -s ../MacGPG2/bin/gpg2
</code></pre>

<p dir="auto">(You could make that link to the homebrew version instead.)</p>

<p dir="auto">It's on the todo to make this more robust (and informative when it fails). Sorry about the inconvenience.</p>

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

</div>