Re: [MlMt] Custom key binding: mark all messages in Junk as read

2013-08-12 Thread Torsten Grust
On 12 Aug 2013, at 17:06, Benny Kjær Nielsen wrote (with possible deletions): [...] In this particular case, it'll work in the latest test release if you do it like this: "^j" = ( "goToMailbox:", "JUNK", "mailboxSetTag:", "\\Seen" ); Super, thanks! I tried "

Re: [MlMt] Custom key binding: mark all messages in Junk as read

2013-08-12 Thread Benny Kjær Nielsen
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", "selectWithFilt

[MlMt] Custom key binding: mark all messages in Junk as read

2013-08-12 Thread Torsten Grust
Dear MailMates, is the following custom key binding expected to work? /* Mark all messages in Junk folder as read */ "^j" = ( "goToMailbox:", "JUNK", "selectWithFilter:", "#flags.flag !=[x] '\\Seen'", "setTag:", "\\Seen" ); It appears to almost work: