<div class="markdown">
<p dir="auto">On 17 Jun 2015, at 15:52, Allie Martin wrote:</p>
<blockquote>
<p dir="auto">The attachments list at the bottom of messages almost always extends beyond the edge of the preview window limit. I have to scroll sideways to be able to use the quicklook and save buttons.</p>
<p dir="auto">Can this list be customised?</p>
<p dir="auto">I'd love to be rid of the part that states the attachment type, for example, the part that says:<br>
application/vnd.openxmlformats-officedocument.wordprocessin...</p>
</blockquote>
<p dir="auto">If I remember correctly I had problems finding a good default styling of this. The default maximum width is simply 400px. You can create a <a href="http://manual.mailmate-app.com/customization#messagedisplay">custom stylesheet</a> and insert something like the following to change that:</p>
<pre><code>table.attachments td {
max-width: 200px;
}
</code></pre>
<p dir="auto">If you come up with a better (dynamically sizing) default stylesheet then let me know.</p>
<p dir="auto">(It's not something I'm going to spend a lot of effort on since the long term plan is to move attachments out of the HTML generated to display the message.)</p>
<p dir="auto">-- <br>
Benny</p>
</div>