[MlMt] Muting - not working as documented

2014-09-28 Thread John Purnell
When I mute a message from a mailing list, I see in the Activity Viewer 
that the `$Muted` flag is applied to the message. I then delete the 
message and can see it is moved to the Trash mailbox. But subsequent 
messages in the thread are still filtered (by the server) into the 
mailbox of that mailing list, are not marked read and are not moved to 
the Trash mailbox. I expect further messages in the thread (not 
addressed to me) to have the `$Muted` flag set, be marked read and be 
filed into the mailbox of the parent message (in this case Trash).


Am I misunderstanding how this works, or what do I need to do to make it 
work as described?


Thanks
John
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate


Re: [MlMt] insertFormatString... ${} expansions listed somewhere?

2014-09-28 Thread Jeremy Cowgar

On Thu, 18 Sep 2014 17:54:31 +0200 Benny Kjær Nielsen wrote:
A short term solution would be to support the insertion of the 
advanced type of format strings. I’ve 
changed `MmReplyWroteString` such that if the first character 
is `{` then it’s the “advanced” formatting style. This works 
in the next test version of MailMate (probably tomorrow).


Now, I almost hate myself for this, but you would then get something 
like what you want by pasting this in the Terminal:


Benny,

That works great, but I really only wish to use that style when I am 
using a particular email account. I added the default you suggested and 
was thinking I could hook into the email.reply event and alter the 
result there depending on what account was used (was looking at the "To" 
and "Cc" text fields present in detailed the reply string.


I then learned that the email.reply event only processes the email you 
are replying to, not the message as a whole.


Is there an event I could use to alter the message as a whole? Maybe 
email.edit, email.compose or something? I did find in the scripting that 
currently email.reply, email.display, email.new, and 
account.synchronized are the supported events.


Is that still the case? Any plans to expand this?

Jeremy___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate