<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
p { margin: 1em 0px; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 6 Jan 2017, at 14:21, Anders Thoresson wrote:</p>

<blockquote>
<p dir="auto">I’m setting up a new MacBook Air for my family. I’ve installed MailMate in the shared application folder and set it up for the first family member.</p>

<p dir="auto">But when I try to do it for the second person, logging into her account, MacOS’ Finder claims that MailMate is damaged and needs to be downloaded once again. If I switch back to the account where I first set up MailMate, it still works.</p>

<p dir="auto">Two questions, obviously:</p>

<ul>
<li>What’s going on?</li>
</ul>
</blockquote>

<p dir="auto">MailMate has an (old) issue where the Software Update mechanism doesn't work well with multiple accounts. I'm guessing this is what happened here.</p>

<blockquote>
<ul>
<li>How do I solve the problem?</li>
</ul>
</blockquote>

<p dir="auto">I believe this can do it (until you update again):</p>

<pre><code>chmod -R go+rX /Applications/MailMate.app
</code></pre>

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

</body>
</html>