<div class="markdown">
<p dir="auto">On 21 Jul 2014, at 17:36, David Vereschagin wrote:</p>

<blockquote>
<p dir="auto">Is there a trick to get MM to increase the scale of HTML-formatted messages by default? My efforts at using a customized copy of stylesheet.css in ~/Library/Application Support/MailMate are not bearing fruit.</p>
</blockquote>

<p dir="auto">Just to be sure, the correct path is:</p>

<pre><code>~/Library/Application Support/MailMate/Resources/MmMessagesWebView/stylesheet.css
</code></pre>

<p dir="auto">You can try this if you just want to increase the minimum font size used:</p>

<pre><code>defaults write com.freron.MailMate MmMessagesWebViewMinimumFontSize -integer 9
</code></pre>

<p dir="auto">(I forgot why this is not documented as a hidden preference...)</p>

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

</div>