<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 17 Jun 2019, at 23:26, Konstantin Valeev wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">I create submailboxes to day-by-day mails in a smartbox ("submailbox for<br>
each unique value of: Date > Day").<br>
<br>
It works like a charm, the only feature I miss: to have them ordered in the<br>
reverse sequence, not from the first ever date to today, but today on the<br>
top. Otherwise, it's very annoying to scroll hundreds of submailboxes to<br>
see fresh mails.<br>
<br>
Maybe there should be an option to choose order or to add something to a<br>
regular expression that forms submailboxes?</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">If you quit MailMate and go into this file:</p>

<pre><code>/Users/<username>/Library/Application Support/MailMate/Mailboxes.plist
</code></pre>

<p dir="auto">Then I believe you can add the following to the mailbox:</p>

<pre><code>sortOrder = reverseAlpha;
</code></pre>

<p dir="auto">It should, of course, be a GUI option, but I have very long todo-lists :)</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/">https://freron.com/become_a_mailmate_patron/</a></p>
</div>

</body>
</html>