<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">On 16 Nov 2022, at 6:47, Patrik Fältström via mailmate wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">Is this just me?</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">It would help if you include the version of MailMate you are using.</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">If I am editing a mail in plain text that include as much text between line breaks that there are line wraps, increase quoting level fails for me.</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">I’m not seeing this. For a single line of text with no linebreaks, the quoting operation (CMD-‘) first inserts â€œ> â€ at the start of the line. Repeating the operation inserts another â€œ>” without the space. It doesn’t matter how long the line is. You can verify that the quoting works using the Preview mode.</p>
<p dir="auto">However, there are some slightly funky interactions between line wrapping and quoting. I’m not quite sure what the trigger is, but MailMate will occasionally reformat a long line of text into multiple lines. In the preview mode, it still acts like a single â€œparagraph” that wraps naturally to the width of the window. The â€œsecret” is that each line of the reformatted text in the markup window ends with an extra space. Deleting the space at the end of the line turns it into a hard line break. Put the space back and the wrapping behavior is restored. I assume this is a feature of the markup system.</p>
<p dir="auto">I tried to reproduce the behavior you described. The only way I could make it happen was to start with the following:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">This is a very
long line with
automatic line
wraps.
</code></pre>
<p dir="auto">Note that there are no spaces at the ends of the lines, so these are hard line breaks. If I set my cursor in the first line and hit CMD=-‘, I get your result.</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">> This is a very
long line with
automatic line
wraps.
</code></pre>
<p dir="auto">If I select all the lines, I get:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">> This is a very
> long line with
> automatic line
> wraps.
</code></pre>
<p dir="auto">Adding spaces at the ends of the first 3 lines makes it work exactly the way you expected.</p>
<p dir="auto">Glenn P. Parker<br>
<a href="mailto:glenn.parker@comcast.net" style="color: #3983C4;">glenn.parker@comcast.net</a></p>

</div>
</div>
</body>

</html>