Re: [MlMt] Unique submailboxes based on regular expression

2018-03-22 Thread Florian Heidenreich
Thanks, editing the *.plist file worked without problems for me :) I’m aware of ${subject.blob}, but I had subject lines like „[General Name] [Category] Topic“ and was interested in creating submailboxes for „Category“. I ended up using ``` { parsers = { discourse-categories = {

Re: [MlMt] Unique submailboxes based on regular expression

2018-03-21 Thread lists . freron . com
i also tried the regex and it result in submailbox for each mail :( i also don’t know how to solve it. i expected that all the same results are combined in sub mailboxes with the same result. but as a workaround i found a solution for subjects like `“[abc] subject line“` where you like to gr

Re: [MlMt] Unique submailboxes based on regular expression

2018-03-09 Thread Florian Heidenreich
On 9 Mar 2018, at 13:53, Benny Kjær Nielsen wrote: On 9 Mar 2018, at 13:16, Florian Heidenreich wrote: Is there a way to create unique submailboxes based on regular expressions? Yes, but it's a bit more complicated. I believe you can find help in [this thread](https://www.mail-archive.co

Re: [MlMt] Unique submailboxes based on regular expression

2018-03-09 Thread Benny Kjær Nielsen
On 9 Mar 2018, at 13:16, Florian Heidenreich wrote: Is there a way to create unique submailboxes based on regular expressions? Yes, but it's a bit more complicated. I believe you can find help in [this thread](https://www.mail-archive.com/mailmate%40lists.freron.com/msg02220.html). Let me

[MlMt] Unique submailboxes based on regular expression

2018-03-09 Thread Florian Heidenreich
Hi, I’m trying to create a smart mailbox with submailboxes for each result of a regular expression on the mail subject. I’m using a regexp format string [1] for the mailbox name format which works and produces the correct names. However, it seems not possible to make the submailboxes unique