<div class="markdown">
<p dir="auto">Thanks for the quick reply!</p>

<p dir="auto">On 6 Sep 2013, at 21:31, Benny Kjær Nielsen wrote:</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>
</blockquote>

<p dir="auto">That explains at least why it didn't work with GPGTools at all. Though it should have worked with the homebrew version, shouldn't it? I guess it really has something to do with my gpg-agent setup, since it seems to work fine for other people.</p>

<blockquote>
<p dir="auto">You can either fetch the latest test version of MailMate (hold down ⌥ when<br>
clicking Check Now in the Sofware Update preferences pane)<br>
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>
</blockquote>

<p dir="auto">Interestingly though, after creating the symlink to the GPGTools version, MailMate still tells me that the signing process fails, with this output:</p>

<pre><code>USERID_HINT 9C791B1A2ADC63E5 Felix Kling <…>
NEED_PASSPHRASE 9C791B1A2ADC63E5 9C791B1A2ADC63E5 17 0
GOOD_PASSPHRASE
BEGIN_SIGNING H2
</code></pre>

<p dir="auto">This confuses me even more!</p>

</div>