<!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 25 Apr 2024, at 20:30, Max Andersen 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">I'm working on a AI bundle for mailmate and looking for
<br>
what is the allowed expressions in formatString as documented on
<br>
<a href="https://github.com/mailmate/mailmate_manual/wiki/Bundles" style="color: #777777;">https://github.com/mailmate/mailmate_manual/wiki/Bundles</a></p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">Well, not very well documented (no examples), but it's here: <a href="https://manual.mailmate-app.com/format_string_syntax" style="color: #3983C4;">https://manual.mailmate-app.com/format_string_syntax</a></p>
<p dir="auto">But I guess you are asking for the specifiers available. There's no list, but you can create a smart mailbox using various headers and then check the saved Mailboxes.plist file for the exact value. Yes, it's not ideal.</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">I tried `${#quoted}` as used elsewhere but nothing shows up.</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">I haven't tested if this works (it's a bit of a weird hackish header which really needs a replacement -- at least for efficiency), but you might want to try <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">${unquoted}</code> if that was what you actually needed.</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 use raw or canonical I do get the message body but I was hoping to get
<br>
a more tuned input - and for that I need the expression to get mail body.</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">I would have expected <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">canonical</code> to work. This is at least its intended usage, but maybe something is broken.</p>
<p dir="auto">--<br>
Benny</p>

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

</html>