<div>
<p dir="auto">On 7 Aug 2015, at 23:42, Brenda Bell wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">I receive email at numerous address and often want to sort certain folders by To. In the list, MailMate is displaying the friendly name instead of the email address which messes up the sort… i.e., mail sent to “<Brenda> some-address@some-domain” isn’t sorted inline with mail sent to “<a href="mailto:some-address@some-domain">some-address@some-domain</a> some-address@some-domain”, even though the destination address is identical.</p>

<p dir="auto">Is there any way to control how the To address is displayed?</p>
</blockquote>

<p dir="auto">Yes, although you are mainly interested in how it's sorted. It's quite low-level though. You can save the attached file to this folder:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>~/Library/Application\ Support/MailMate/Resources/MmMessagesOutlineView
</code></pre>

<p dir="auto">First make sure it exists:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>mkdir -p ~/Library/Application\ Support/MailMate/Resources/MmMessagesOutlineView
</code></pre>

<p dir="auto">I've swapped the sorting priorities such that email address is the primary sort key.</p>

<p dir="auto">A word of warning: If I ever make changes to the To column in MailMate then you are not going to see those changes because of this file.</p>

<p dir="auto">-- <br>
Benny</p>

</div>