<div>
<p dir="auto">On 21 Apr 2015, at 13:35, Luca Allodi wrote:</p>

<blockquote style="padding-left: 5px; margin: 0 0 5px; border-left-style: solid; border-left-width: 4px; border-left-color: green; color: green;">
<p dir="auto">I keep the mail header expanded in the preview because this immediately reflects whether I am the only recipient of the mail or not.</p>

<p dir="auto">Sometimes though I receive emails with tens of addresses in the To: or CC: fields, which at the moment clutters the interface a little as the header will expand to accomodate all addresses.</p>

<p dir="auto">Would it possible to somehow crop it out and have a "show more" button?</p>
</blockquote>

<p dir="auto">It is already cropped, but there is no “show more” button. Just a count of what is not shown. (To be honest, this was a quick hack.) You can reduce the maximum count though:</p>

<pre style="padding: 5px; overflow: auto; border: thin solid gray; background: #E4E4E4; margin-right: 15px; margin-left: 15px;"><code>defaults write com.freron.MailMate MmHeadersViewMaximum -integer 10
</code></pre>

<p dir="auto">The default is 30.</p>

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

</div>