<div class="markdown">
<p dir="auto">On 22 Apr 2015, at 22:59, Christopher LILJENSTOLPE wrote:</p>

<blockquote>
<p dir="auto">On 22 Apr 2015, at 12:48, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">There is a nicer way to do it though. It is intended to be part of some future GUI for editing a set of default environment variables. Here is how to do it from the command line:</p>

<pre><code>defaults write com.freron.MailMate environmentVariables -dict "variables" '( { enabled = :true;  name = "MM_GPG"; value = "/usr/local/MacGPG2/bin/gpg2"; }, )'
</code></pre>
</blockquote>

<p dir="auto">Odd - I did ran the command you said, but I still get:</p>
</blockquote>

<p dir="auto">Sorry! My mistake. I didn't verify that it worked :( I believe this should work:</p>

<pre><code>defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true;  name = "MM_GPG"; value = "/usr/local/bin/gpg2"; }'
</code></pre>

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

</div>