<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 15 Jan 2021, at 5:48, Bill Cole wrote:</p>

<blockquote style="border-left:2px solid #5855D5; color:#5855D5; margin:0 0 5px; padding-left:5px">
<p dir="auto">The explanation  is long and it's late, so here's a link to something I worked out some time back: <a href="https://lists.freron.com/mailmate/2015-April/004195.html">https://lists.freron.com/mailmate/2015-April/004195.html</a></p>
</blockquote>

<p dir="auto">Following that thread through shows a possible solution for Steven, provided by Benny. There’s a hidden MM preference for setting the environment variable which specifies where the GPG binary is located:</p>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px"><code>defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true;  name = "MM_GPG"; value = "/usr/local/bin/gpg2"; }’
</code></pre>

<p dir="auto"><a href="https://lists.freron.com/mailmate/2015-April/004209.html">https://lists.freron.com/mailmate/2015-April/004209.html</a></p>
</div>
</div>
</body>
</html>