<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">On 2022-08-03 16:02:33 (+0800), Giovanni Lanzani wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Is there a way to tell Mailmate to look into <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">/opt/homebrew/bin</code> for gpg, instead of relying on <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">/usr/local/bin</code>?</p>
</blockquote>
<p dir="auto">This worked for me:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true;  name = "MM_GPG"; value = "/opt/homebrew/bin/gpg"; }'
</code></pre>
<p dir="auto">Found in the mailing list archives. :)</p>
<p dir="auto">Philip</p>
<p dir="auto">--<br>
Philip Paeps<br>
Senior Reality Engineer<br>
Alternative Enterprises</p>

</div>
</div>
</body>

</html>