Re: [MlMt] Grouping messages by pattern ?

2017-06-06 Thread Max Rydahl Andersen
mailboxes ? For this to work, you need a custom specifier which parses the part of the subject line you need. That'll make it available in all parts of MailMate (including conditions and rules). I believe something similar has been done in the past. For example, read through [this thr

[MlMt] Submailboxes: specifier for body text?

2021-11-26 Thread Stephan Kleiber via mailmate
Hello, following this example: https://lists.freron.com/mailmate/2012-February/000197.html I have successfully created a number of custom specifiers for me to use with submailboxes. This works like a charm for all kinds of mail headers. However, for something that I’m up to, I’d need

[MlMt] Regex search?

2022-04-10 Thread Quinn Comendant
Does Mailmate support regular expressions in the Search All Messages or in any other search context? The only mention I can find of using regex to search is to [create a custom specifier](https://lists.freron.com/mailmate/2015-April/004223.html). Is that the only way

Re: [MlMt] Regex search?

2022-04-13 Thread leo
On 11 Apr 2022, at 3:54, Quinn Comendant wrote: Does Mailmate support regular expressions in the Search All Messages or in any other search context? The only mention I can find of using regex to search is to [create a custom specifier](https://lists.freron.com/mailmate/2015-April/004223

Re: [MlMt] statistics per weekday / hour ?

2014-07-15 Thread Benny Kjær Nielsen
think it would be possible to define a custom specifier for the `Date` header of the message picking the “Sun/Mon/...” part of it. It could be named Weekday and then “Date ▸ Weekday” would be available in the GUI. Interested in more details about this? Yes :) Save the following in this file

Re: [MlMt] statistics per weekday / hour ?

2014-07-14 Thread Benny Kjær Nielsen
days (Monday, Tuesday, Wednesday), etc. in statistics ? Hmm, only very low-level I think. I think it would be possible to define a custom specifier for the `Date` header of the message picking the “Sun/Mon/...” part of it. It could be named Weekday and then “Date ▸ Weekday” would be available

Re: [MlMt] Regex search?

2022-04-11 Thread Benny Kjær Nielsen
On 10 Apr 2022, at 19:54, Quinn Comendant wrote: Does Mailmate support regular expressions in the Search All Messages or in any other search context? No. The only mention I can find of using regex to search is to [create a custom specifier](https://lists.freron.com/mailmate/2015-April

Re: [MlMt] statistics per weekday / hour ?

2014-07-15 Thread Max Rydahl Andersen
. in statistics ? Hmm, only very low-level I think. I think it would be possible to define a custom specifier for the `Date` header of the message picking the “Sun/Mon/...” part of it. It could be named Weekday and then “Date ▸ Weekday” would be available in the GUI. Interested in more details

Re: [MlMt] Grouping messages by pattern ?

2017-06-06 Thread Benny Kjær Nielsen
On 1 Jun 2017, at 8:01, Max Rydahl Andersen wrote: By using mailbox name format `${subject.body/.*?:(.*?)@.*/$1/}` I can get to this: ... I'm wondering if a "group by unique name" or something similar could be possible under sub mailboxes ? For this to work, you need a custom

Re: [MlMt] statistics per weekday / hour ?

2014-07-15 Thread Max Rydahl Andersen
is mailing me. Is there a way to have it show the 7 week days (Monday, Tuesday, Wednesday), etc. in statistics ? Hmm, only very low-level I think. I think it would be possible to define a custom specifier for the `Date` header of the message picking the “Sun/Mon/...” part of it. It could be named

Re: [MlMt] Defaults for subject search

2014-10-20 Thread Benny Kjær Nielsen
a custom specifier. Here is a starting point: https://www.mail-archive.com/mailmate%40lists.freron.com/msg02243.html All of this is very low level and I cannot promise that details are not going to change in the future. -- Benny ___ mailmate mailing

Re: [MlMt] Multiple criteria for submailbox

2019-03-04 Thread Benny Kjær Nielsen
older emails on [this list](https://www.mail-archive.com/search?q=custom+specifier=mailmate%40lists.freron.com). -- Benny On 3 Mar 2019, at 5:24, Benny Kjær Nielsen wrote: On 1 Mar 2019, at 4:48, Randy H. Tjahjono wrote: I want to create a submailbox for each unique value of `To > Addr

Re: [MlMt] Anyway to create a sub-mailbox from a bugzilla bug?

2015-09-09 Thread Benny Kjær Nielsen
ring of the subject header. If he cannot use `prefix` or `blob` then he needs a custom specifier. I think [this thread](https://www.mail-archive.com/mailmate%40lists.freron.com/msg02220.html) describes a similar problem and the low level solution. -- Benny

Re: [MlMt] Regex search?

2022-04-10 Thread Henry Seiden
: Does Mailmate support regular expressions in the Search All Messages or in any other search context? The only mention I can find of using regex to search is to [create a custom specifier](https://lists.freron.com/mailmate/2015-April/004223.html). Is that the only way

Re: [MlMt] Getting started with MailMate

2016-12-09 Thread Benny Kjær Nielsen
riority levels, who a task has been assigned to, etc. Also a tricky one. I guess it might be possible using a custom specifier. The default one for tags is like this: tags = { headers = ( "##tags" ); specifierRegex = '(\S+)';

Re: [MlMt] Defaults for subject search

2014-10-20 Thread Vincent Danen
the ID number from the comparison. That'll require a custom specifier. Here is a starting point: https://www.mail-archive.com/mailmate%40lists.freron.com/msg02243.html All of this is very low level and I cannot promise that details are not going to change in the future. Ok, thank first off