Re: [MlMt] Filter(?) Message is moved to trash

2021-11-22 Thread Benny Kjær Nielsen

On 21 Nov 2021, at 20:26, Robert Goldman wrote:

Indeed, it would be even better if we could run rules on a single 
message *and get logging of the rule matching process*.


For now, you can use the “View ▸ Apply...” and the `MmDebugRules` 
hidden preference.


--
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Filter(?) Message is moved to trash

2021-11-22 Thread Alexandre Takacs

And next in single step capable debugger :))

On 21 Nov 2021, at 20:26, Robert Goldman wrote:

Indeed, it would be even better if we could run rules on a single 
message _and get logging of the rule matching process_.___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Filter(?) Message is moved to trash

2021-11-21 Thread Robert Goldman

+1 for this -- I would love to see some kind of logging on rules.

Indeed, it would be even better if we could run rules on a single 
message *and get logging of the rule matching process*.


I don't think it makes sense in terms of sheer logging volume to log 
running lots of rules on a whole mailbox, but it would be huge to be 
able to log the matching process when running rules on a single message 
(or, for that matter, running a single rule against a single message, 
but that would require adding another UI gesture, which might be too big 
an ask).


Best,
R


On 21 Nov 2021, at 8:05, Benny Kjær Nielsen wrote:


On 11 Nov 2021, at 0:04, Randall Gellens wrote:


On 9 Nov 2021, at 1:47, Fabian Blechschmidt wrote:

Is there anything which helps me to debug this? I searched through 
the mailing list, because I was sure I read something about it, but 
couldn’t find it.


Unfortunately, MailMate doesn't seem to log rule evaluations or 
actions, which would be terrifically helpful.


For the record, I do agree. It would also make debugging some types of 
issues much easier.


--
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Filter(?) Message is moved to trash

2021-11-21 Thread Benny Kjær Nielsen
On 11 Nov 2021, at 0:04, Randall Gellens wrote:

> On 9 Nov 2021, at 1:47, Fabian Blechschmidt wrote:
>
>> Is there anything which helps me to debug this? I searched through the 
>> mailing list, because I was sure I read something about it, but couldn’t 
>> find it.
>
> Unfortunately, MailMate doesn't seem to log rule evaluations or actions, 
> which would be terrifically helpful.

For the record, I do agree. It would also make debugging some types of issues 
much easier.

-- 
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Filter(?) Message is moved to trash

2021-11-10 Thread Randall Gellens

On 9 Nov 2021, at 1:47, Fabian Blechschmidt wrote:


Good morning!

I have the problem, that a message is moved to Trash. Every time I 
move it back, it is moved into Trash again.


I can’t find a rule that explains that (neither on Mailmate nor on 
on server) and neither on the message, nor on the source or the 
activity viewer I can find any type of log, why this happens.


Is there anything which helps me to debug this? I searched through the 
mailing list, because I was sure I read something about it, but 
couldn’t find it.


Unfortunately, MailMate doesn't seem to log rule evaluations or actions, 
which would be terrifically helpful.


One thing I've resorted to is opening the file 'Library/Application 
Support/MailMate/Mailboxes.plist' in a text editor and looking for lines 
that have "trash", for example:


actions = (
{   mailbox = "trash";
type = "moveMessage";
},

This indicates a rule that moves a message to the trash. A line or so 
down there will be a line that contains


description = "foo";

Whatever is in quotes ("foo" in the example above) is the name of the 
rule. Look for a line with "filter =", this contains the actual rules of 
the filter (but you can more easily understand it by looking in the 
MailMate app at the "Rules" for the mailbox, and finding the rule with 
the same description. To find the mailbox that holds this rule, look for 
the closing ")" of the "rules = (".  It might be after a line such as:


);

That is, three tab characters, a close parenthesis and a semicolon. 
Following that should be the mailbox UUID (unique identifier), which is 
of the form


uuid = "imap://myuser@mymailserver/Inbox";

The part at the end is the name of the mailbox ("Inbox" in the example 
above).  The part after "imap://" is the account info for the IMAP mail 
server.



--Randall___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Filter(?) Message is moved to trash

2021-11-09 Thread mapish
If you double click the inbox(or whatever folder you are moving it to) 
and go to rules there might be an automatic trash action on it.


I'm not aware of a consolidated view of this information though.

- Jason

On 9 Nov 2021, at 1:47, Fabian Blechschmidt wrote:


Good morning!

I have the problem, that a message is moved to Trash. Every time I 
move it back, it is moved into Trash again.


I can’t find a rule that explains that (neither on Mailmate nor on 
on server) and neither on the message, nor on the source or the 
activity viewer I can find any type of log, why this happens.


Is there anything which helps me to debug this? I searched through the 
mailing list, because I was sure I read something about it, but 
couldn’t find it.


Thanks in advance and have a good day
Fabian
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Filter(?) Message is moved to trash

2021-11-09 Thread Fabian Blechschmidt

Good morning!

I have the problem, that a message is moved to Trash. Every time I move 
it back, it is moved into Trash again.


I can’t find a rule that explains that (neither on Mailmate nor on on 
server) and neither on the message, nor on the source or the activity 
viewer I can find any type of log, why this happens.


Is there anything which helps me to debug this? I searched through the 
mailing list, because I was sure I read something about it, but 
couldn’t find it.


Thanks in advance and have a good day
Fabian
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate