Re: [MlMt] JSX scripting Mailmate

2018-06-06 Thread Benny Kjær Nielsen
On 5 Jun 2018, at 0:06, Craig Drown wrote: I would have expected something like: var mm = Application('MailMate’); mm.perform('toggleFlag:’); I couldn't make this work either and I'm not quite sure why. It might be because I'm using an old way of defining the AppleScript supp

Re: [MlMt] Automatically run rules?

2018-06-06 Thread Benny Kjær Nielsen
On 5 Jun 2018, at 2:19, Mark Derricutt wrote: Is it possible to tell Mailmate to automatically run rules on a folder every xx minutes, or when new mail has been seen in the folder recently? I don't seem to see anyone to configure something like that? I might not correctly understand the que

[MlMt] can MessageVerifications.plist catch "is not among"?

2018-06-06 Thread Shoshanna Green
Is there a way to set up a test in MessageVerifications.plist that will fire when an element is not included in a specified list or set? What I want is to set up a test like { title = "Message is going to an unapproved recipient."; details = "Verify that you want to send it!"; conditio

Re: [MlMt] can MessageVerifications.plist catch "is not among"?

2018-06-06 Thread Benny Kjær Nielsen
On 6 Jun 2018, at 18:30, Shoshanna Green wrote: conditions = "(from ~[c] 'my_private_addr...@example.com' and #recipient.address IS NOT AMONG frien...@example.com,

[MlMt] "No Correspondent" bug (was Re: can MessageVerifications.plist catch "is not among"?)

2018-06-06 Thread Shoshanna Green
On 6 Jun 2018, at 12:54, Benny Kjær Nielsen wrote: On 6 Jun 2018, at 18:30, Shoshanna Green wrote: conditions = "(from ~[c] 'my_private_addr...@example.com' and #recipient.address IS NOT AMONG frien...@e

Re: [MlMt] "No Correspondent" bug (was Re: can MessageVerifications.plist catch "is not among"?)

2018-06-06 Thread Shoshanna Green
Whoops, sorry about the odd subject line -- I meant to add that all the entries in the Correspondents column of this mailbox (but not others) have turned to "(No Correspondent)" again, that weird error we've seen before but haven't been able to track down... Shoshanna Green shoshan...@gmail.co

Re: [MlMt] JSX scripting Mailmate

2018-06-06 Thread Craig Drown
Thanks Benny- much appreciated. Cheers, Craig On 6 Jun 2018, at 23:53, Benny Kjær Nielsen wrote: On 5 Jun 2018, at 0:06, Craig Drown wrote: I would have expected something like: var mm = Application('MailMate’); mm.perform('toggleFlag:’); I couldn't make this work either a