<!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 18 Jul 2023, at 11:25, Topher Buck wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Hello.</p>
<p dir="auto">I’d like to change the format of replies to show</p>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">From:</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">Subject:</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">Date:</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">To:</code></p>
<p dir="auto">instead of the</p>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">On [date] at [time] [name <address>] wrote:</code></p>
<p dir="auto">reply sentence. I have looked at <a href="https://manual.mailmate-app.com/hidden_preferences" style="color: #777777;">https://manual.mailmate-app.com/hidden_preferences</a> but don’t see anything there that seems to answer my question.</p>
<p dir="auto">Is this possible?</p>
</blockquote>
<p dir="auto">First let me say that it makes me cry that you want to do this, because it means that you have eschewed inline editing of replies, which every right-thinking email user should do. But since I am merely tilting at a windmill, you want something like this:</p>
<p dir="auto">defaults write com.freron.MailMate MmReplyWroteString -string '> From: ${from}\n> Subject:\n${subject}\n> Date: ${date}\n> To: ${to}'</p>
<p dir="auto">The only real problem I saw with the above is that a long Subject will end up wrapping to the next line in a weird way. Perhaps there's some way to hack around with that. But that will mostly get you what you want.</p>
<p dir="auto">😢</p>
<p dir="auto">pr</p>
<p dir="auto">--<br>
Pete Resnick <a href="https://www.episteme.net/" style="color: #3983C4;">https://www.episteme.net/</a><br>
All connections to the world are tenuous at best</p>

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

</html>