[MlMt] Showing email addresses in junk folder
Benny Kjær Nielsen
mailinglist at freron.com
Thu Sep 20 05:12:42 EDT 2018
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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20180920/3b915b61/attachment.html>
More information about the mailmate
mailing list