<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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" style="margin:1em 0">On 19 Dec 2016, at 16:11, Robert M. Münch wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<ol>
<li value="1">It looks like the sorting order is not retained. I use "newest on top" but MM switches back to "newest at bottom" if I open a different smartbox. I think I have changed the sorting order there too. Is there a way to change the default sorting order?</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">Setup your preferred settings, e.g., in the Inbox and then use “View ▸ Headers ▸ Use as Default Columns”. You might want to reset everything first using this Terminal command:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults delete com.freron.MailMate MmMailboxRelatedStates
</code></pre>

<p dir="auto" style="margin:1em 0">As I've noted before on the list I really need to redesign how mailbox states are saved, but this is still work in progress.</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<ol>
<li value="2">The selected columns to show are not retained as well. I selected the ones I want to show, defined these as standard and applied it to some smartboxes. But after returning only the "older" default ones are shown. In the right click menu for columns, the "revert to default" is disabled.</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">When that is disabled then it should be because the current set of columns matches the default set. Try the above first, but I'm not ruling out bugs in the code handling this (there are known issues which is the main reason for the desire to redesign).</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<ol>
<li value="3">Is there a way to apply smart inbox rules in real-time. So, when marking a message as read that it won't show up any longer in my "unread" smartbox?</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">This is default behavior except that it's intensionally disabled to get the current behavior of the Unread mailbox. You can disable it like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmStickyMessagesEnabled -bool NO
</code></pre>

<p dir="auto" style="margin:1em 0">-- <br>
Benny</p>
</div>
</div>
</body>
</html>