On 12 Aug 2013, at 11:18, Torsten Grust wrote:

is the following custom key binding expected to work?

Yes, but it doesn't :-) Your observations are correct.

        /* Mark all messages in Junk folder as read */
        "^j" = ( "goToMailbox:", "JUNK",
                         "selectWithFilter:", "#flags.flag !=[x] '\\Seen'",
                         "setTag:", "\\Seen" );

I'll look into fixing it, but it's part of systemic bug which means I'll need to be careful not to break other things.

In this particular case, it'll work in the latest test release if you do it like this:

        "^j" = ( "goToMailbox:", "JUNK",
                         "mailboxSetTag:", "\\Seen" );

Hmm, it is probably also going to work in the official version of MailMate if you insert this in your example before setting the tag:

        "makeFirstResponder:", "mainOutline",

--
Benny
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to