<!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 27 Sep 2022, at 13:08, Jolin Warren wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">The trick is somehow writing an mmbundle (command) that can get the ID of a message. It seems  like  something that should be simple, but I have no idea how to write MailMate commands. Maybe  someone else on the list can provide the missing piece?</p>
</blockquote>
<p dir="auto">As a brief follow-up to my previous email, I had a quick look at the bundle documentation. Iā€™m still a long way off being able to create a MailMate command, but I think what Robert needs could be achieved using <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">formatString = ā€œ${message-id}ā€;</code> and combining it with the <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">pbcopy</code> command line tool.</p>
<p dir="auto"><a href="https://github.com/mailmate/mailmate_manual/wiki/Bundles#formatstring-example" style="color: #3983C4;">https://github.com/mailmate/mailmate_manual/wiki/Bundles#formatstring-example</a></p>
<p dir="auto">--<br>
=> Jolin</p>

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

</html>