<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif; line-height: 1.4;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Benny,</p>
<p dir="auto">This works <em>fantastic</em>. Thanks for the tip!</p>
<p dir="auto">I updated the formatString so I get the best of both: the display name, followed by the sender domain, and if no display name just display the full email address:</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">formatString = "${from.name:-${from.address}}${from.name:+ (@${from.domain})}";
</code></pre>
<p dir="auto">The output looks like this:</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">Google Cloud (@google.com)
Scott Bar (@bardesign.com)
mefimaildontreply@metafilter.com
Mercury (@mercury.com)
Google Developers (@google.com)
Eleanor Konik (@readwise.io)
</code></pre>
<p dir="auto">This makes it easy to see the sender’s domain, which provides information that helps identify forged mail (though not always), which domain or department the person represents.</p>
<hr style="border: 0; height: 1px; background: #888; background-image: linear-gradient(to right, #ccc, #888, #ccc);">
<p dir="auto">Now I'm having trouble replacing the “From” column with the new “From Address” column for some folders:</p>
<ol style="padding-left: 20px;">
<li>I updated the view for my INBOX, then selected “Use as Default Columns”.</li>
<li>Most folders inherited the new default view (with the “From Address” column) automatically.</li>
<li>Some folders required that I select the “Revert to Default Columns” option before the new view appeared.</li>
<li>But some folders will accept the new Default Columns view:
<ul style="padding-left: 20px;">
<li>Selecting “Revert to Default Columns” does nothing.</li>
<li>Adding the new column works only until I close the window.</li>
<li>Changing the Layout (e.g., Widescreen → Two Panes) causes the columns to reset.</li>
<li>Enabling Distortion Mode causes the columns to reset.</li>
<li>Some of the folders that will not remember the new view include Trash, Spam, and one specific Smart Mailbox (although other Smart Mailboxes did adopt the new view successfully).</li>
</ul>
</li>
</ol>
<p dir="auto">I feel like maybe some settings are corrupted. Is there a way to reset the settings for all folders and start fresh?</p>
<p dir="auto">Regards,<br>
Quinn</p>
<p dir="auto">On 28 May 2025, at 8:42, Benny Kjær Nielsen wrote:</p>
<blockquote style="margin: 0 0 5px 5px; padding-left: 5px; border-left: 2px solid #777; color: #777;">
<p dir="auto">On 22 May 2025, at 21:04, Quinn Comendant via mailmate wrote:</p>
<blockquote style="padding-left: 5px; border-left: 2px solid #777; border-left-color: #999; color: #999; margin: 0 0 5px;">
<p dir="auto">Is there a way to display the <em>email address</em> instead of the <em>name</em> under the From column in message lists?</p>
</blockquote>
<p dir="auto">Only very low-level. If you create the following path and then save the attached file then you should have a new column available for the message list (named “From Address”):</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">/Users/<username>/Library/Application\ Support/MailMate/Resources/MmMessageListView/
</code></pre>
<p dir="auto">--<br>
Benny</p>
</blockquote>

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

</html>