<div class="markdown">
<p dir="auto">On 6 Jun 2014, at 13:40, Benny Kjær Nielsen wrote:</p>

<blockquote>
<ul>
<li>Heuristically unwrap the plain text body part. Problem: Some times MailMate is going to unwrap something which shouldn't have been unwrapped.</li>
</ul>
</blockquote>

<p dir="auto">To learn more I've implemented this variant in the latest test version. Enable it like this:</p>

<pre><code>defaults write com.freron.MailMate MmAutomaticUnwrapEnabled -bool YES
</code></pre>

<p dir="auto">The current strategy is as follows:</p>

<ul>
<li>Only merge non-empty unquoted lines.</li>
<li>Only merge two lines if the first line is at least 60 bytes long.</li>
<li>Only merge lines if the last character of the previous line is whitespace, letter/number or a comma.</li>
</ul>

<p dir="auto">I'm probably most interested in knowing if it fails so often that it's useless.</p>

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

</div>