<!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">Moin yours,</p>
<p dir="auto">I need an explanation of how the query language works, as it is used, for example, in the "mailbox name format".</p>
<p dir="auto">Currently I use</p>
<p dir="auto"><code style="padding: 0 0.25em; background-color: #F7F7F7;">${subject.blob:?${subject.blob:/capitalize}:${list-id.description:?${list-id.description/^[a-z]*\d.*/${from.name:${list-id.identifier.final-level:?${list-id.identifier.final-level:/capitalize}:${from.address}}}/}:${from.name:${list-id.identifier.final-level:?${list-id.identifier.final-level:/capitalize}:${from.address}}}}}</code></p>
<p dir="auto">for my automatic subfolders of my mailinglists folder. Now I have mailinglist with List-IDs like</p>
<p dir="auto"><code style="padding: 0 0.25em; background-color: #F7F7F7;">List-ID: NixOS Discourse | Development Moderation <moderation.development.discourse.nixos.org></code></p>
<p dir="auto">I don't really understand what the above query does. I think I had copied it from the mailing list here a long time ago. Is this a known query language? Can I read about it somewhere? And how do I know what the possible queryable attributes are?</p>
<p dir="auto">--<br>
Viele Grüße<br>
Mike</p>

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

</html>