[MlMt] Submailboxes for partial subject in 2020

2020-07-21 Thread Patrick
I want exactly this: [Submailboxes for partial subject](https://www.mail-archive.com/mailmate@lists.freron.com/msg02220.html) So I went through the linked thread from 2012: ["Custom Search: remember search settings"](https://lists.freron.com/mailmate/2012-February/000197.html) and checked

Re: [MlMt] Submailboxes for partial subject

2014-03-24 Thread Benny Kjær Nielsen
On 21 Mar 2014, at 22:10, Joshua Kehn wrote: In case anyone else is looking for FogBugz / MailMate customization here's what I'm using: Thanks for the example. Long-term I would like to allow custom specifiers to be part of bundles. This way you could have a FogBugz bundle which could also

Re: [MlMt] Submailboxes for partial subject

2014-03-21 Thread Joshua Kehn
Done, that was a really informative post, thanks! In case anyone else is looking for FogBugz / MailMate customization here's what I'm using: subject = { // ... specifierCaptures = { // ... 4 = { specifier = body; type=noTabs;

[MlMt] Submailboxes for partial subject

2014-03-20 Thread Joshua Kehn
I use FogBugz and I get notification emails from the system with subjects like this: FogBugz (Case 1711) PROJECT NAME - Some Case title I could design a regular expression like: FogBugz\s\(Case \d+\)\s([a-zA-Z0-9\s]+)-\s.+ I'd like to create distinct sub mailboxes for the matched group

Re: [MlMt] Submailboxes for partial subject

2014-03-20 Thread Torsten Grust
Hi Joshua, On 20 Mar 2014, at 16:21, Joshua Kehn wrote (with possible deletions): I use FogBugz and I get notification emails from the system with subjects like this: FogBugz (Case 1711) PROJECT NAME - Some Case title I could design a regular expression like: FogBugz\s\(Case