Hi Benny,

>> These notification emails all show the name of the repository they apply to 
>> as part of the To header, e.g. `sveltejs/kit <k...@noreply.github.com>` 
>> would be the repository `sveltejs/kit`.
>
> 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 :)

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, `(?<owner>[^\s/]+)/(?<repo>[^\s<]+)` will grab two named capturing 
groups which can then be used in the naming field for the mailbox like 
`${regex.owner}/${regex.repo}` to create sub-mailboxes.

Perhaps there’s something in this approach that could be used to actually make 
it happen?

Thanks
Oli

Attachment: smime.p7s
Description: S/MIME digital signature

_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate

Reply via email to