<!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">Hi Benny,</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #136BCE; color: #136BCE;">
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #136BCE; border-left-color: #4B89CF; color: #4B89CF;">
<p dir="auto">These notification emails all show the name of the repository they apply to as part of the To header, e.g. <code style="padding: 0 0.25em; background-color: #E4E4E4;">sveltejs/kit <kit@noreply.github.com></code> would be the repository <code style="padding: 0 0.25em; background-color: #E4E4E4;">sveltejs/kit</code>.</p>
</blockquote>
<p dir="auto">There's currently no way to have 2 levels of submailboxes. I'm a big fan of general features, but in this case I failed :)</p>
</blockquote>
<p dir="auto">Okay… I’m surprised. I was expecting you to say something like, yes, you can totally do that by simply creating a regex with multiple capturing groups. For instance, <code style="padding: 0 0.25em; background-color: #E4E4E4;">(?<owner>[^\s/]+)/(?<repo>[^\s<]+)</code> will grab two named capturing groups which can then be used in the naming field for the mailbox like <code style="padding: 0 0.25em; background-color: #E4E4E4;">${regex.owner}/${regex.repo}</code> to create sub-mailboxes.</p>
<p dir="auto">Perhaps there’s something in this approach that could be used to actually make it happen?</p>
<p dir="auto">Thanks<br>
Oli</p>
</div>
</div>
</body>
</html>