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
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
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
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,
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
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
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