<!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">On 19 Sep 2018, at 18:14, Simon Smailus wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">You can use “View ▸ Headers ▸ List” to see it in the message preview. There's no easy way to do it in the message list, but if you like I can provide instructions on how to create a custom column with the from email address.</p>
</blockquote></blockquote><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Yes please.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Put the following</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">{
    columns =
    {
        from_address =
        {
            title = "From Address";
            sortKey = "from.address";
            formatting = {
                formatString = "${from.address}";
            };
        };
    };
}
</code></pre>

<p dir="auto">into this file (create the path):</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">/Users/<username>/Library/Application Support/MailMate/Resources/MmMessagesOutlineView/outlineColumns.plist
</code></pre>

<p dir="auto">Relaunch MailMate (or open a new mailbox window) and then you should have a “From Address” column available.</p>

<p dir="auto">(This is untested.)</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>