<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 27 Oct 2018, at 4:21, Michael Hucka wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I sometimes want to copy a message and paste it into another application (usually OmniOutliner, sometimes a plain-text document) -- basically something similar to what you might expect if you typed command-c when a message is selected in the message list and content was copied to the clipboard so that it can be pasted elsewhere.  I'd like to get both the basic headers (from, to, subject, date) and the body, preferring plain-text formatting.  There doesn't seem to be a built-in MailMate command to do this, unless I'm just overlooking something really obvious.  Is there a way?  Failing that, has anyone implemented anything like this already, perhaps in the form of a bundle?  I looked through <a href="https://github.com/mailmate" style="color:#777">https://github.com/mailmate</a> but nothing looks like like it would do it.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">No, I don't think anything like this exists, but it could probably be done using a bundle command (using the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">canonical</code> input type) which is described <a href="https://github.com/mailmate/mailmate_manual/wiki/Bundles" style="color:#3983C4">as follows</a>: “This is equivalent to the text displayed in MailMate when using the “Prefer Plain Text” option. It is, most often, based on the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">text/plain</code> MIME part. The text is decoded (quoted-printable/base64), deflowed (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">format=flowed</code>), and converted to UTF-8.”</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>