<div class="markdown">
<p dir="auto">On 6 Mar 2014, at 7:20, Giovanni Lanzani wrote:</p>

<blockquote>
<p dir="auto">I kind of managed to have Mailmate recognise gpg2 installed via homebrew (via <code>ln -s</code>). Through gpg-agent and pinentry I was able to have OSX remember my pub/private key passphrase. But there's still a (hopefully last) problem: Mailmate still can't sign email giving me the</p>

<pre><code>Signing or encryption failed for unknown reasons
</code></pre>

<p dir="auto">error. Any thoughts? I expect this to be hard to track down due to the uncommon setup, so feel free to just ignore me :)</p>
</blockquote>

<p dir="auto">Enable this:</p>

<pre><code>defaults write com.freron.MailMate MmDebugSecurity -bool YES
</code></pre>

<p dir="auto">And run MailMate like this from the Terminal:</p>

<pre><code>/Applications/MailMate.app/Contents/MacOS/MailMate
</code></pre>

<p dir="auto">Then you might get some additional information. I don’t really know if anyone has successfully used anything but the GPGTools variant of <code>gpg2</code>.</p>

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

</div>