<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">In the mailbox where I receive all my newsletter subscriptions and commercial email, I want to sort in the following order:</p>
<ol>
<li>Message with most recent “Date Received”</li>
<li>All other messages with the same “From” as Message 1) in order of “Date Received”</li>
<li>Message with the second most recent “Date Received”</li>
<li>All other messages with the same “From” as Message 3)</li>
</ol>
<p dir="auto">… and so on</p>
<p dir="auto">This would enable me to review and archive the newest messages first, but at the same time easily archive <strong>all</strong> messages from a particular company or newsletter, which is often appropriate.</p>
<p dir="auto">In steps 2) and 4), alternatively the same “To” because some companies send commercial email from different addresses but I use aliases so issue a custom To address for each company.</p>
<p dir="auto">I searched the list archives for custom sort and couldn’t find anything relevant to this functionality. MM is so awesomely capable and customizable, I’m hoping there is a way?</p>
<p dir="auto">Thank you!</p>
<p dir="auto">Best regards,<br />
Christian</p>

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