On 19 Sep 2018, at 18:14, Simon Smailus wrote:

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.

Yes please.

Put the following

~~~
{
        columns =
        {
                from_address =
                {
                        title = "From Address";
                        sortKey = "from.address";
                        formatting = {
                                formatString = "${from.address}";
                        };
                };
        };
}
~~~

into this file (create the path):

/Users/<username>/Library/Application Support/MailMate/Resources/MmMessagesOutlineView/outlineColumns.plist

Relaunch MailMate (or open a new mailbox window) and then you should have a “From Address” column available.

(This is untested.)

--
Benny
https://freron.com/become_a_mailmate_patron/
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to