<!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">The only way I can see making this happen would be to create a library of each MM setup — one for each set of accounts — that would contain all necessary MM information such as config items, mail store, etc.  Then, when it comes time to run MM, you would first need to “load” the appropriate library into the location MM is expecting to find its application stuff — i.e. ~/Library/Application Support/MailMate.</p>

<p dir="auto">So for example, you might have this as the libraries:</p>

<ul>
<li>~/mm_libs/current/account-set_1/</li>
<li>~/mm_libs/current/account-set_2/</li>
<li>~/mm_libs/backups/</li>
</ul>

<p dir="auto">Then, at MM runtime, instead of executing MM directly, you would instead run some script or Automator event that does something like:</p>

<p dir="auto"><strong>To run set #1:</strong></p>

<ul>
<li>cp ~/mm_libs/current/* ~/mm_libs/backups/[ RUN_TIMECODE ]/   <<< done before any data move for backup purposes; TIMECODE = YYMMDD_HHMMSS</li>
<li>cp ~/mm_libs/account-set_1/ ~/Library/Application Support/MailMate</li>
<li>Exec Mailmate</li>
</ul>

<p dir="auto"><strong>To run set #2:</strong></p>

<ul>
<li>cp ~/mm_libs/current/* ~/mm_libs/backups/[ RUN_TIMECODE ]/   <<< done before any data move for backup purposes; TIMECODE = YYMMDD_HHMMSS</li>
<li>cp ~/mm_libs/account-set_1/ ~/Library/Application Support/MailMate</li>
<li>Exec Mailmate</li>
</ul>

<p dir="auto">Of course, you would probably want to add some cleanup at the end of the script or Automator event that would copy the set of files back to the library after closing MM.  I would also strongly suggest that the initial backup event be checked, double-checked, and triple-checked to ensure you always have a “last known good” copy of data.  And once data is copied to the BU location, it remains inviolate and never used directly.</p>

<p dir="auto">This is all just some back of the napkin thoughts - not tried any of this.  I did do something many years back in Win2k days with VPN setup and network assignments but the idea is the same.  I also think most could be accomplished using Automator and then maybe a set of simple shell scripts. Not sure of your scripting expertise but definitely worth a try if you’re up for it.</p>

<p dir="auto">Good luck…</p>

<hr style="background:#333; background-image:linear-gradient(to right, #ccc, #333, #ccc); border:0; height:1px" height="1">

<p dir="auto">On 22 Dec 2020, at 8:26, Steven M. Bellovin wrote:</p>

</div>
<div style="white-space:normal"></div>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div id="C6DEA682-9357-4A41-9638-A4C438B66E4C">

<div><div class="plaintext"><p dir="auto">On 22 Dec 2020, at 8:58, Jan Erik Moström wrote:</p>
<blockquote><p dir="auto">I have a number of email accounts but I would like to run one account completely separate from other account, like "this is the only account currently visible for MailMate". This to avoid some mistakes that could have some undesirable consequences. I don't mind quitting MailMate switching from one configuration (with all email accounts except one) to another (with only one account), in fact this would be perfect for me.<br>
<br>
I assume this isn't possible in an easy way, but in case I'm wrong I would like to know how to do it. My current solution is simply to use Mail for that account ... but if I could use MailMate for all of them, great.<br>
</p>
</blockquote><p dir="auto">Depending on your needs and mail load, you might find it easiest<br>
to use a different application for the second account—Mail.app,<br>
etc. But that only works well when the secondary account has much<br>
less traffic, little enough that MailMate's advanced feature aren't as<br>
important.</p>
<br><p dir="auto">        --Steve Bellovin, <a href="https://www.cs.columbia.edu/~smb">https://www.cs.columbia.edu/~smb</a></p>
</div>
</div></div></blockquote>
<div style="white-space:normal">
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
</blockquote><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
<div style="white-space:normal">
</div>
</div>
</body>
</html>