<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<p>On 2015-02-20 11:58, Benny Kjær Nielsen wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">
<div class="markdown">
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">
<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>
</div>
</blockquote>
<p>Thank you! It worked.</p>
<p> </p>
</body></html>