<div class="markdown">
<p dir="auto">On 21 Jan 2015, at 19:07, Christopher LILJENSTOLPE wrote:</p>

<blockquote>
<p dir="auto">I routinely switch between a large monitor and the laptop (different resolutions).  It would be really nice if MailMate could remember the column layout depending on resolution (or monitor).</p>
</blockquote>

<p dir="auto">I'll note it, but it's probably not likely to happen any time soon.</p>

<p dir="auto">You might be able to hack something reading/writing mailbox related state. As inspiration this seems to work:</p>

<pre><code>defaults read com.freron.MailMate MmMailboxRelatedStates > states.txt
defaults write com.freron.MailMate MmMailboxRelatedStates "`cat states.txt | sed 's/"/\\"/'`"
</code></pre>

<p dir="auto">Doing this requires relaunching. You would probably need scripts which you could call when switching to make this easier.</p>

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

</div>