<div class="markdown">
<p dir="auto">On 27 Mar 2014, at 6:01, Manoel Felciano wrote:</p>

<blockquote>
<p dir="auto">subject says it all... it's tax time and i have 100 or so emails that I<br>
need to print to individual PDFs... any to do this quickly and efficiently?</p>
</blockquote>

<p dir="auto">Well, low-level it's possible to change the CSS used for printing with something like this:</p>

<pre><code>@media print {
    .messagedivider { page-break-after: always; }
}
</code></pre>

<p dir="auto">But since most users are probably going to prefer the page-break behavior then I've now changed the default stylesheet. This also means that no horizontal ruler is printed (and I've replaced it with a simple grey line when displaying messages).</p>

<p dir="auto">Hold down ⌥ when clicking “Check Now” in the Software Update preferences pane if you want to try out this change (r4132).</p>

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

</div>