<span id="mailbox-conversation">That seems fiendishly complicated. What about exporting them as individual files ?</span><br><br><div class="gmail_quote"><p>On Thu, Mar 27, 2014 at 8:53 AM, Benny Kjær Nielsen <span dir="ltr"><<a href="mailto:mailinglist@freron.com" target="_blank">mailinglist@freron.com</a>></span> wrote:<br></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><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></blockquote></div><br>