<div class="markdown">
<p dir="auto">On 20 Feb 2015, at 17:37, John Cooper wrote:</p>

<blockquote>
<p dir="auto">Is there a way to reset the view layouts to their default proportions without throwing away all my preferences entirely?</p>
</blockquote>

<p dir="auto">That is actually non-trivial, but I think the following should work (quit MailMate first):</p>

<pre><code>defaults read com.freron.MailMate | grep "MmMailboxes.*MmSplitView" | tr -d ' ' | cut -f1 -d= | xargs -n1 defaults delete com.freron.MailMate
defaults delete com.freron.MailMate MmWindows
</code></pre>

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

</div>