<!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">leo wrote (at 1:17 AM on Saturday, July 18, 2026):</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #136BCE; color: #136BCE;">
<p dir="auto"><strong>curl "<a href="http://localhost:8080/solr/winfried/update?commit=true">http://localhost:8080/solr/winfried/update?commit=true</a>" -H "Content-Type: text/xml" -d '<delete><query>store:”top"</query></delete>’</strong></p>
<p dir="auto">When I received this in MailMate I <em>saw</em> the same text line as above in the message view, but when I <em>copied</em> the line to the clipboard and subsequently pasted it into a text editor I got only:</p>
<p dir="auto"><strong>curl "<a href="http://localhost:8080/solr/winfried/update?commit=true">http://localhost:8080/solr/winfried/update?commit=true</a>" -H "Content-Type: text/xml" -d_ 'store:”top”’</strong></p>
<p dir="auto">I’d say this is a severe little bug, or do I do something wrong?</p>
</blockquote>
<p dir="auto">I actually see this kind of thing often enough that I haven't bothered to try to narrow down the circumstances in which it occurs. It might be unique to MailMate, or it could be a more general system thing. There are usually three ways to copy an item: from a contextual (ctrl-click or right-click) menu, via keyboard shortcut, and via the command on the Edit menu. Some copy the visible text and some copy the code underneath the text. So I'd experiment with another way of invoking the copy command.</p>
<p dir="auto">Alternatively, if you view the raw message before you copy (cmd-opt-U), you can see any hidden code and be sure to select only the text you actually want to copy. In your case, I would expect the full curl command to be put on the clipboard when you copy it from raw message view, but try it and see.</p>
<p dir="auto">Of course, these suggestions are avenues of investigation that might lead to a convenient workaround, and don't fix the programmatic behavior you'd like to see changed. But I suspect there's some kind of logic behind what you're seeing, and because the behavior is (presumably) internally consistent , and because it can be easily worked around by changing a habit, I wouldn't call it a "severe little bug," nor do I think you did anything wrong.</p>
<p dir="auto">John</p>

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

</html>