<!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">Hi,</p>

<p dir="auto">I raised this question back in <a href="(https://lists.freron.com/mailmate/2014-January/001794.html)" style="color:#3983C4">2014</a> and I'm wondering if there have been any new features added that could help :)</p>

<p dir="auto">Usecase is that I receive a lot of invites, updates and cancellations in my calendar.</p>

<p dir="auto">Thus I've created mailbox named "Calendar" with the condition <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">X-Calendar-Attachment exists</code> which give me some something like this.</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">Invitation: Strategies about World domination @ May 1 2042
Invitation: Pointy haired boss visit @ June 1st 2017
Updated Invitation: Pointy haired boss visit @ June 1st 2017
Cancelled Event: Strategize about World domination @ May 1 2042
Updated Invitation: Pointy haired boss visit @ June 1st 2017
</code></pre>

<p dir="auto">Now I would like to group all of these under the same invite title so I get sub mailboxes like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">Strategize about World domination (2)
Pointy haired boss visit @ June 1st 2017 (3)
</code></pre>

<p dir="auto">By using mailbox name format <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">${subject.body/.*?:(.*?)@.*/$1/}</code> I can get to this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">Strategies about World domination @ May 1 2042 (1)
Pointy haired boss visit @ June 1st 2017 (1)
Pointy haired boss visit @ June 1st 2017 (1)
Strategize about World domination @ May 1 2042 (1)
Pointy haired boss visit @ June 1st 2017 (1)
</code></pre>

<p dir="auto">I'm wondering if a "group by unique name" or something similar could be possible under sub mailboxes ? </p>

<p dir="auto">Thank you,<br>
/max<br>
<a href="http://about.me/maxandersen" style="color:#3983C4">http://about.me/maxandersen</a></p>
</div>
</div>
</body>
</html>