<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<h2>Current Setup</h2>
<p dir="auto">I have this enabled:</p>
<ul>
<li>Submailbox by Subject -> Blob</li>
</ul>
<p dir="auto">Then the submailboxes are sort by alphabet.</p>
<h2>Suggestion</h2>
<p dir="auto">But I would like to sort the submailboxes by date of the newest messages per submailbox. For example submailbox1 with the newest mail is on top, and the next submailbox2 with is older the the one of submailbox1</p>
<p dir="auto">So I always see in which submailbox is the newest conversation about a topic</p>
<h2>Advanced Options</h2>
<p dir="auto">I don't know what other sorting are interesting - but maybe this is possible:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">[ASC|DESC] of [Date] of mails in submailbox:
        {
                [last|first] of: all {
                        [ASC|DESC] of [Date|DiffInDays=first(date)-last(date)]
                }
        }
</code></pre>
<p dir="auto">So you can find the mails with the longest conversation for example... I don't know if this makes sense</p>

</div>
</div>
</body>

</html>