<div class="markdown">
<p dir="auto">On 27 Jun 2014, at 14:16, Kai von Fintel wrote:</p>

<blockquote>
<p dir="auto">When I compose and send a markdown message with a generated HTML body part, the resulting message appropriately has two body parts</p>

<pre><code>Content-Type: text/plain; format=flowed; markup=markdown,
Content-Type: text/html
</code></pre>

<p dir="auto">I would have expected that when I view such a message (after I've cc'ed myself, for example), I could switch between viewing the two parts using the "View > Message Body Parts > Next Alternative" menu command. But it stubbornly shows me the HTML view and I do not get the plain text markdown view. Is there some preference that I've overlooked?</p>
</blockquote>

<p dir="auto">No, and it's kind of a bug. Originally, MailMate did not support creating HTML at all. Markdown was a proof-of-concept with respect to creating rich text emails without the use of HTML, but it relied on receiving email clients to convert/display Markdown (therefore only working for MailMate itself). When MailMate also became capable at creating an HTML body part I didn't change how plain text (Markdown) body parts were displayed (for various technical reasons it was non-trivial).</p>

<p dir="auto">The good news is that I've changed it now. I have also introduced a toggle in the “View ▸ Message Body Parts” menu to control it. By default, Markdown is not converted if the message contains an HTML body part.</p>

<p dir="auto">Hold down ⌥ when clicking “Check Now” in the Software Update preferences pane.</p>

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

</div>