<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">John Muccigrosso wrote (at 7:48 on 5 Jan 2017):</p>

<p dir="auto"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Ok, but a bug, no?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">If so, I'm inclined to call it a bug in the Microsoft Office-generated HTML.</p>

<p dir="auto">The entire purpose of the   entity is to be explicitly represented as white space. Microsoft Word, for whatever reason, has included an additional blank paragraph between the salutation and the first paragraph of the body. So MailMate appears to be respecting the HTML correctly and inserting that paragraph.</p>

<p dir="auto">The correct HTML for what you want would resemble:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7"><p>John,</p>
<p>I have searched through m...</p>
</code></pre>

<p dir="auto"></p></div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Il giorno 05 gen 2017, alle ore 10:19, Robert Brenstein <rjb@uni-potsdam.de> ha scritto:<br>
<br>
Note the &nbsp; in the middle line. Apparently, the line that appeared blank in original was not empty — the non-breaking space was there. MailMate encloses it as its own paragraph, hence so much white space.<br>
</p>
<blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto">On 5 Jan 2017, at 6:32, John D. Muccigrosso wrote:<br>
<br>
I’m sure I’ve mentioned this before, but it keeps happening.<br>
<br>
I read in HTML if the message has it, but reply in plain text. MM2 will sometimes insert extra quoted lines when there’s a blank line in the original.<br>
<br>
For example, here’s the original html via cmd-option-U:<br>
<br>
<div class=3D"WordSection1"><br>
<p class=3D"MsoNormal">John,<o:p></o:p></p><br>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p><br>
<p class=3D"MsoNormal" style=3D"text-indent:.5in">I have searched through m=<br>
<br>
The reply text comes out:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto">John,<br>
<br>
<br>
<br>
I have searched through m...</p>
</blockquote><p dir="auto">I’m not sure what’s causing the problem. Note that the middle line of the three blank quoted lines has two spaces in it after the angle bracket, while the other two are empty.<br>
<br>
John<br>
_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#BBB">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#999">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
<div style="white-space:normal">
</div>
</div>
</body>
</html>